8000 Fix `coverage` version on travis-ci.org as well · socrateslee/fluent-logger-python@3033532 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3033532

Browse files
committed
Fix coverage version on travis-ci.org as well
1 parent eca4260 commit 3033532

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
@@ -8,7 +8,7 @@ python:
88
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
99
install:
1010
- "pip install --use-mirrors -e ."
11-
- "pip install coverage coveralls"
11+
- "pip install 'coverage>=3.7,<3.8' coveralls"
1212
script:
1313
- "python ./setup.py nosetests"
1414
after_success:

0 commit comments

Comments
 (0)
0