Skip to content

Commit

Permalink
Merge pull request #1502 from untitaker/travis-simplify
Browse files Browse the repository at this point in the history
Don't pass version to tox explicitly
  • Loading branch information
untitaker committed Jun 17, 2015
2 parents 9ddd3e9 + 284081c commit cb9f645
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit cb9f645

Please sign in to comment.