Remove py36 from .travis.yml
I thought the file was just out of date, but adding py36 made Travis complain "InterpreterNotFound: python3.6", so I guess it was correct as it was.
This commit is contained in:
parent
4d02863b16
commit
d6000e5ab1
|
@ -16,7 +16,6 @@ env:
|
|||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
- TOXENV=py35
|
||||
- TOXENV=py36
|
||||
- TOXENV=pypy
|
||||
- TOXENV=py27-pexpect
|
||||
- TOXENV=py27-xdist
|
||||
|
|
Loading…
Reference in New Issue