Skip to content

Commit a753542

Browse files
committed
tests: Only install mock on py27
1 parent ec70b17 commit a753542

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
@@ -17,11 +17,11 @@ deps =
1717
djangomaster: https://github.com/django/django/archive/master.tar.gz
1818
djangorestframework >=3.5
1919
coverage
20-
mock
2120
pytest
2221
pytest-cov
2322
pytest-django
2423
pytest-xdist
24+
py27: mock
2525

2626

2727
[testenv:docs]

0 commit comments

Comments
 (0)