mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
travis: use more Python versions
This commit is contained in:
parent
82ca0cff9c
commit
22e1ca9ed1
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
- "nightly"
|
||||||
|
- "pypy3"
|
||||||
install: pip install -U pytest pytest-runner
|
install: pip install -U pytest pytest-runner
|
||||||
script: python setup.py ptr
|
script: python setup.py ptr
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue