aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-01 23:13:29 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-01 23:13:29 -0500
commit377e4b4f6a8a1a4b2f07f6d45f9641e733c61452 (patch)
tree3ae1df718e87661c26799a082b6d9011f6c7ed50 /tox.ini
parenta36dbf75bd6b1283fd3da28c25fd583f20025c36 (diff)
downloadexternal_python_setuptools-377e4b4f6a8a1a4b2f07f6d45f9641e733c61452.tar.gz
external_python_setuptools-377e4b4f6a8a1a4b2f07f6d45f9641e733c61452.tar.bz2
external_python_setuptools-377e4b4f6a8a1a4b2f07f6d45f9641e733c61452.zip
Also have tox reference the generated requirements.txt
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 5fcad763..6b43dcd8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,7 @@
[testenv]
deps=
-rtests/requirements.txt
- packaging
- appdirs
- six
+ -rrequirements.txt
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR
commands=py.test {posargs:-rsx}
usedevelop=True