Skip to content

Commit 4d71aa1

Browse files
committed
Fix coverage data recording
1 parent 294bbb5 commit 4d71aa1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
envlist = py27, py34, py35, py36, py37, pypy, pypy3
33

44
[testenv]
5+
usedevelop = True
56
deps =
67
-r{toxinidir}/tests/requirements.txt
7-
setenv =
8-
PY_IGNORE_IMPORTMISMATCH=1
98
commands = py.test --cov=parsel --cov-report= {posargs:docs parsel tests}
109

1110
[docs]

0 commit comments

Comments
 (0)