Skip to content

Commit a663e71

Browse files
committed
Move coverage requirements to requirements/testing.txt
1 parent 8aaccc8 commit a663e71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/testing.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
-r optional.txt
2+
coverage==4.3.4
23
mock==2.0.0
34
pytest==3.0.6
5+
pytest-cov==2.4.0
46
pytest-django==3.1.2
57
pytest-xdist==1.15.0

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ deps =
1919
django19: Django==1.9.12
2020
django110: Django==1.10.5
2121
djangomaster: https://github.com/django/django/archive/master.tar.gz
22-
coverage==4.1
23-
pytest-cov==2.3.0
2422
-rrequirements/testing.txt
2523

2624
[testenv:docs]

0 commit comments

Comments
 (0)