Browse Source

Merge pull request #1502 from untitaker/travis-simplify

Don't pass version to tox explicitly
pull/1390/merge
Markus Unterwaditzer 10 years ago
parent
commit
cb9f645081
  1. 5
      .travis.yml

5
.travis.yml

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

Loading…
Cancel
Save