Skip to content

Commit f155fc7

Browse files
committed
build: Read from test-requirements.txt within tox.ini
1 parent f876bac commit f155fc7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tox.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ envlist =
2525

2626
[testenv]
2727
deps =
28-
pytest
29-
pytest-localserver
30-
pytest-xdist
31-
hypothesis
32-
werkzeug
28+
-r test-requirements.txt
3329
django-{1.6,1.7,1.8}: pytest-django<3.0
3430
django-{1.9,1.10,1.11,2.0,2.1,dev}: pytest-django>=3.0
3531
django-1.6: Django>=1.6,<1.7

0 commit comments

Comments
 (0)