8000 Pin `coverage` version to pass test with Python 3.2 (#40) · socrateslee/fluent-logger-python@eca4260 · GitHub
[go: up one dir, main page]

Skip to content

Commit eca4260

Browse files
committed
Pin coverage version to pass test with Python 3.2 (fluent#40)
https://travis-ci.org/fluent/fluent-logger-python/jobs/82487668
1 parent 046d0a0 commit eca4260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ skip_missing_interpreters = True
55

66
[testenv]
77
deps = nose
8-
coverage
8+
coverage>=3.7,<3.8
99
commands = python setup.py nosetests

0 commit comments

Comments
 (0)
0