Skip to content

Commit def4c9e

Browse files
committed
Updated travis.yml
1 parent 11cc534 commit def4c9e

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
@@ -11,7 +11,7 @@ python:
1111

1212
install:
1313
- pip install -r requirements.txt
14-
- pip install pytest>=4.6 pytest-cov codecov flake8
14+
- pip install 'pytest>=4.6' pytest-cov codecov flake8
1515
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install mock; fi
1616

1717
script:

0 commit comments

Comments
 (0)