This commit is contained in:
Michael Greene
2014-08-26 13:31:45 -07:00
parent 9a2c452f3c
commit 7c246fb5a5

View File

@@ -32,6 +32,7 @@ install:
before_script:
- if [[ -z "$TOXENV" ]]; then export TOXENV=py${TRAVIS_PYTHON_VERSION//.}; fi
- if [[ "$TRAVIS_PYTHON_VERSION" == 'pypy' ]]; then export TOXENV=pypy; fi
- if [[ "$TRAVIS_PYTHON_VERSION" == 'pypy3' ]]; then export TOXENV=pypy3; fi
# use setup.py to invoke testing via coveralls
script:
- tox