Skip to content

Commit

Permalink
Update tox.ini to run acme tests with Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Nov 14, 2015
1 parent 151c674 commit 324ebf4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# acme and letsencrypt are not yet on pypi, so when Tox invokes
# "install *.zip", it will not find deps
skipsdist = true
envlist = py26,py27,py33,py34,cover,lint
envlist = py26,py27,py33,py34,py35,cover,lint

# nosetest -v => more verbose output, allows to detect busy waiting
# loops, especially on Travis
Expand Down Expand Up @@ -41,6 +41,11 @@ commands =
pip install -e acme[testing]
nosetests -v acme

[testenv:py35]
commands =
pip install -e acme[testing]
nosetests -v acme

[testenv:cover]
basepython = python2.7
commands =
Expand Down

0 comments on commit 324ebf4

Please sign in to comment.