We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8317b59 commit ec68356Copy full SHA for ec68356
1 file changed
.travis.yml
@@ -16,7 +16,7 @@ install:
16
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
17
- pip install -U coveralls pytest pytest-cov coverage codecov
18
- pip install -e .
19
- - if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy-5.4' ]] ; then pip install regex; fi
+ - if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy3.5' ]] ; then pip install regex; fi
20
# command to run tests
21
script: py.test
22
after_success:
0 commit comments