mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Enable unit tests of certbot core on Python 3
This commit is contained in:
@@ -40,16 +40,22 @@ deps =
|
||||
commands =
|
||||
pip install -e acme[dns,dev]
|
||||
nosetests -v acme
|
||||
pip install -e .[dev]
|
||||
nosetests -v certbot
|
||||
|
||||
[testenv:py34]
|
||||
commands =
|
||||
pip install -e acme[dns,dev]
|
||||
nosetests -v acme
|
||||
pip install -e .[dev]
|
||||
nosetests -v certbot
|
||||
|
||||
[testenv:py35]
|
||||
commands =
|
||||
pip install -e acme[dns,dev]
|
||||
nosetests -v acme
|
||||
pip install -e .[dev]
|
||||
nosetests -v certbot
|
||||
|
||||
[testenv:cover]
|
||||
basepython = python2.7
|
||||
|
||||
Reference in New Issue
Block a user