mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
add dns environment to pyXX
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user