add dns environment to pyXX

This commit is contained in:
Wilfried Teiken
2016-01-06 02:57:53 -05:00
parent e61e83f7e2
commit b8a9c2597c
+3 -3
View File
@@ -33,17 +33,17 @@ setenv =
[testenv:py33]
commands =
pip install -e acme[dev,testing]
pip install -e acme[dns,testing]
nosetests -v acme
[testenv:py34]
commands =
pip install -e acme[dev,testing]
pip install -e acme[dns,testing]
nosetests -v acme
[testenv:py35]
commands =
pip install -e acme[dev,testing]
pip install -e acme[dns,testing]
nosetests -v acme
[testenv:cover]