Skip to content

Commit

Permalink
Revert TRAVIS_PYTHON_VERSION change
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkp committed Jan 14, 2019
1 parent b81d261 commit 7f6ea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install:
- pip install .

script:
- tox -e py${TRAVIS_PYTHON_VERSION#py}
- tox -e `if [ "$TRAVIS_PYTHON_VERSION" == "pypy" ]; then echo pypy; else echo py${TRAVIS_PYTHON_VERSION/./}; fi`

after_success:
- coveralls

0 comments on commit 7f6ea22

Please sign in to comment.