Skip to content

Commit 86633e7

Browse files
agriffissynasius
authored andcommitted
update pytest-cov and coverage to repair coveralls
1 parent 42f1de9 commit 86633e7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

requirements/testing.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ mock==1.0.1
33
pytest==2.8.3
44
pytest-django==2.9.1
55
pytest-xdist==1.13.1
6-
pytest-cov==2.2.0

tox.ini

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@ commands=python runtests.py -q --cov oauth2_provider --cov-report= --cov-append
1717
deps =
1818
django18: Django==1.8.11
1919
django19: Django==1.9.4
20-
coverage<4
20+
coverage==4.1
21+
pytest-cov==2.3.0
22+
-rrequirements/testing.txt
23+
24+
[testenv:py32-django18]
25+
# coverage-4.1 doesn't support python-3.2.
26+
commands=python runtests.py -q
27+
deps =
28+
django18: Django==1.8.11
2129
-rrequirements/testing.txt
2230

2331
[testenv:docs]

0 commit comments

Comments
 (0)