Attempt to fix travis shell magic for pypy
This commit is contained in:
@@ -46,7 +46,7 @@ deploy:
|
|||||||
# branch: master
|
# branch: master
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox -e py${TRAVIS_PYTHON_VERSION/./}
|
- tox -e `if [ "$TRAVIS_PYTHON_VERSION" == "pypy" ]; then echo pypy; else echo py${TRAVIS_PYTHON_VERSION/./}; fi`
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
Reference in New Issue
Block a user