Skip to content

Commit ec68356

Browse files
authored
PR-69 changes to travis from #68
1 parent 8317b59 commit ec68356

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
@@ -16,7 +16,7 @@ install:
1616
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
1717
- pip install -U coveralls pytest pytest-cov coverage codecov
1818
- pip install -e .
19-
- if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy-5.4' ]] ; then pip install regex; fi
19+
- if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy3.5' ]] ; then pip install regex; fi
2020
# command to run tests
2121
script: py.test
2222
after_success:

0 commit comments

Comments
 (0)