aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-31 09:15:43 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-31 09:15:43 -0400
commit4027f8fd1f0382586f26fb864f660b5e13f092f8 (patch)
tree0a3700c290e336d7f95377d66481aa6241213a20 /tox.ini
parent721dc0b80fa56b0032f99b56f5bc63a65f828f4e (diff)
downloadexternal_python_setuptools-4027f8fd1f0382586f26fb864f660b5e13f092f8.tar.gz
external_python_setuptools-4027f8fd1f0382586f26fb864f660b5e13f092f8.tar.bz2
external_python_setuptools-4027f8fd1f0382586f26fb864f660b5e13f092f8.zip
Move test requirements into another file so they might be referenced manually.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 7e2c8049..6e03aef2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,4 @@
[testenv]
-deps=
- pytest-flake8
- pytest>=3.0.2
- setuptools[ssl]
- backports.unittest_mock>=1.2
-
+deps=-rtests/requirements.txt
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir
commands=python -m pytest {posargs:-rsx}