Skip to content

Commit e02be77

Browse files
committed
will this fix the pypy3 tests in travis ???
1 parent fb77228 commit e02be77

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

0 commit comments

Comments
 (0)