Attempt to fix travis shell magic for pypy

This commit is contained in:
Dana Powers
2016-01-03 18:49:16 -08:00
parent 42ea4f4913
commit ed8f2212bf

View File

@@ -46,7 +46,7 @@ deploy:
# branch: master
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:
- coveralls