Skip to content

Commit 78df910

Browse files
committed
pypy3 doesn't like regex package.
1 parent e02be77 commit 78df910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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' ]] ; then pip install regex; fi
18+
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy3' && $REQUIREMENTS == true ]] ; then pip uninstall regex; fi
1919
# command to run tests
2020
script: py.test
2121
after_success:

0 commit comments

Comments
 (0)