Fixed .travis tox env for python 2.7.
This commit is contained in:
parent
3b12a18234
commit
9f4b953fab
|
@ -2,7 +2,7 @@ language: python
|
|||
cache: pip
|
||||
python: 3.5
|
||||
env:
|
||||
- TOX_ENV=py37
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=py34
|
||||
- TOX_ENV=py35
|
||||
# - TOX_ENV=py36
|
||||
|
|
Loading…
Reference in New Issue