Skip to content

Commit e3cfedc

Browse files
committed
Fix tox coverage collection.
1 parent bcd30c2 commit e3cfedc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[tox]
22
envlist = flake8,import-order,py35,py27,py33,py34,pypy
3+
skipsdist = true
34

45
[testenv]
6+
setenv =
7+
PYTHONPATH = {toxinidir}
58
deps =
69
pytest>=2.7.2
710
pytest-django>=2.9.1

0 commit comments

Comments
 (0)