Skip to content

Commit

Permalink
Install PyOpenSSL when running tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Jan 25, 2016
1 parent 69e0dea commit f09432f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = flake8-py3, py26, py27, py33, py34, py35, pypy
[testenv]
deps= -r{toxinidir}/dev-requirements.txt
commands=
pip install .[socks]
pip install .[socks,secure]
nosetests []
setenv =
PYTHONWARNINGS=always::DeprecationWarning
Expand Down

0 comments on commit f09432f

Please sign in to comment.