Don't pass version to tox explicitly

This commit is contained in:
Markus Unterwaditzer 2015-06-17 13:01:47 +02:00
parent 554c5b965a
commit 284081c452

View file

@ -23,11 +23,10 @@ matrix:
install: install:
- pip install tox>=1.8 - pip install tox
script: script:
- tox -e \ - tox -e py-$REQUIREMENTS
$(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')-$REQUIREMENTS
branches: branches:
except: except: