Skip to content

Commit 7f6ea22

Browse files
committed
Revert TRAVIS_PYTHON_VERSION change
1 parent b81d261 commit 7f6ea22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131
- pip install .
3232

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

3636
after_success:
3737
- coveralls

0 commit comments

Comments
 (0)