Skip to content

Commit 4c2dc87

Browse files
committed
Use the 'extras' feature of tox
1 parent 1397064 commit 4c2dc87

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pytest-flake8
22
pytest>=3.0.2
3-
setuptools[ssl]
43
backports.unittest_mock>=1.2

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ deps=-rtests/requirements.txt
33
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR
44
commands=py.test {posargs:-rsx}
55
usedevelop=True
6+
extras=ssl

0 commit comments

Comments
 (0)