mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 17:54:25 +02:00
Update tox.ini to run acme tests with Python 3.5
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# acme and letsencrypt are not yet on pypi, so when Tox invokes
|
# acme and letsencrypt are not yet on pypi, so when Tox invokes
|
||||||
# "install *.zip", it will not find deps
|
# "install *.zip", it will not find deps
|
||||||
skipsdist = true
|
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
|
# nosetest -v => more verbose output, allows to detect busy waiting
|
||||||
# loops, especially on Travis
|
# loops, especially on Travis
|
||||||
@@ -41,6 +41,11 @@ commands =
|
|||||||
pip install -e acme[testing]
|
pip install -e acme[testing]
|
||||||
nosetests -v acme
|
nosetests -v acme
|
||||||
|
|
||||||
|
[testenv:py35]
|
||||||
|
commands =
|
||||||
|
pip install -e acme[testing]
|
||||||
|
nosetests -v acme
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user