.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user