Merge remote-tracking branch 'upstream/master' into letshelp-apache

This commit is contained in:
Brad Warren
2015-08-13 19:04:01 -07:00
55 changed files with 976 additions and 944 deletions
+1 -11
View File
@@ -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,cover,lint
[testenv]
commands =
@@ -23,16 +23,6 @@ setenv =
PYTHONHASHSEED = 0
# 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]
basepython = python2.7
commands =