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:
Petr Blaho 2013-08-09 15:27:12 +02:00
parent 902b08c831
commit 80d8d8d51a

View File

@ -1,6 +1,4 @@
language: python
python:
- 2.7
env:
- TOX_ENV=py27
- TOX_ENV=pep8