diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-01 22:24:22 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-01 22:24:22 -0500 |
commit | 4c2dc87f5c63333a6f83be217c86f387f9ecd02a (patch) | |
tree | ebeb1999b58064a91b03e357e19d1e6ffc8ea836 | |
parent | 1397064fe7bf88947d00b91a8441234152ba195c (diff) | |
download | external_python_setuptools-4c2dc87f5c63333a6f83be217c86f387f9ecd02a.tar.gz external_python_setuptools-4c2dc87f5c63333a6f83be217c86f387f9ecd02a.tar.bz2 external_python_setuptools-4c2dc87f5c63333a6f83be217c86f387f9ecd02a.zip |
Use the 'extras' feature of tox
-rw-r--r-- | tests/requirements.txt | 1 | ||||
-rw-r--r-- | tox.ini | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt index d07e9cde..88a36c63 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,3 @@ pytest-flake8 pytest>=3.0.2 -setuptools[ssl] backports.unittest_mock>=1.2 @@ -3,3 +3,4 @@ deps=-rtests/requirements.txt passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR commands=py.test {posargs:-rsx} usedevelop=True +extras=ssl |