Skip to content

Commit ede3454

Browse files
committed
tox: use requirements files to specify dependencies
1 parent 04b78fa commit ede3454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ skip_missing_interpreters = true
44

55
[testenv]
66
deps=
7-
nose
8-
six>=1.10.0
7+
-rdev-requirements.txt
8+
-rrequirements.txt
99
commands={envpython} -W all runtests.py {posargs}

0 commit comments

Comments
 (0)