diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-01 23:13:29 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-01 23:13:29 -0500 |
| commit | 377e4b4f6a8a1a4b2f07f6d45f9641e733c61452 (patch) | |
| tree | 3ae1df718e87661c26799a082b6d9011f6c7ed50 /tox.ini | |
| parent | a36dbf75bd6b1283fd3da28c25fd583f20025c36 (diff) | |
| download | external_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.ini | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
