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