aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2017-11-06 12:01:41 -0500
committerPaul Ganssle <paul@ganssle.io>2017-11-06 12:01:41 -0500
commit85dc0153e46f5e1831b2bd59e2344e07122881fa (patch)
tree5bab0a8485150b88219ce886c9a0c7893fde0d69 /tox.ini
parentd470bde93beff5e01d61bfb0686a4c95e9ea49ae (diff)
downloaddateutil-85dc0153e46f5e1831b2bd59e2344e07122881fa.tar.gz
Switch testing and CI scripts to use test_requirements.txt
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 45c9e19..0f9909a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,5 +11,4 @@ envlist =
[testenv]
commands = pytest {posargs}
-deps =
- six,pytest,freezegun
+deps = -rtest_requirements.txt \ No newline at end of file