Removes python version from .travis.yml
This remove specification of python version from .travis.yml. We do not need it b/c we use travis environments and we use TOX_ENV variable in them - and this is the place where we are overriding python version from default travis env.
This commit is contained in:
parent
902b08c831
commit
80d8d8d51a
@ -1,6 +1,4 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- 2.7
|
|
||||||
env:
|
env:
|
||||||
- TOX_ENV=py27
|
- TOX_ENV=py27
|
||||||
- TOX_ENV=pep8
|
- TOX_ENV=pep8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user