mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
Tox fanciness
This commit is contained in:
parent
51bc1311a2
commit
2f569f7783
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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,py35,cover,lint
|
||||
envlist = py{26,27,33,34,35},cover,lint
|
||||
|
||||
# nosetest -v => more verbose output, allows to detect busy waiting
|
||||
# loops, especially on Travis
|
||||
|
|
|
|||
Loading…
Reference in a new issue