add TOXENV=py37
This commit is contained in:
parent
47b6233d42
commit
c867d5434a
2 changed files with 14 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python: 3.5
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
@ -15,6 +14,10 @@ matrix:
|
|||
env: TOXENV=py35
|
||||
- python: 3.6
|
||||
env: TOXENV=py36
|
||||
- env: TOXENV=py37
|
||||
python: nightly
|
||||
allow_failures:
|
||||
- python: nightly
|
||||
|
||||
install:
|
||||
- pip install -U tox nose cython
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py27, py34, py35, py36
|
||||
envlist = py27, py34, py35, py36, py37
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
Loading…
Reference in a new issue