mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Removed py3+ tests in tox
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,cover,lint
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
@@ -22,16 +22,6 @@ setenv =
|
|||||||
PYTHONHASHSEED = 0
|
PYTHONHASHSEED = 0
|
||||||
# https://testrun.org/tox/latest/example/basic.html#special-handling-of-pythonhas
|
# https://testrun.org/tox/latest/example/basic.html#special-handling-of-pythonhas
|
||||||
|
|
||||||
[testenv:py33]
|
|
||||||
commands =
|
|
||||||
pip install -e acme[testing]
|
|
||||||
nosetests acme
|
|
||||||
|
|
||||||
[testenv:py34]
|
|
||||||
commands =
|
|
||||||
pip install -e acme[testing]
|
|
||||||
nosetests acme
|
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user