Skip to content

Commit bb7b71b

Browse files
authored
Bring coverage back up to 100%
1 parent 2367e22 commit bb7b71b

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)