We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78df910 commit 104210bCopy full SHA for 104210b
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' && $REQUIREMENTS == true ]] ; then pip uninstall regex; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == 'pypy3' && $REQUIREMENTS == true ]] ; then pip uninstall -y regex; fi
19
# command to run tests
20
script: py.test
21
after_success:
0 commit comments