Skip to content

Commit 104210b

Browse files
committed
don't ask for uninstall confirmation.
1 parent 78df910 commit 104210b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
1616
- pip install -U coveralls pytest pytest-cov 'coverage<5' codecov
1717
- pip install -e .
18-
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy3' && $REQUIREMENTS == true ]] ; then pip uninstall regex; fi
18+
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy3' && $REQUIREMENTS == true ]] ; then pip uninstall -y regex; fi
1919
# command to run tests
2020
script: py.test
2121
after_success:

0 commit comments

Comments
 (0)