mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
default to any py3 test (#6609)
This commit is contained in:
parent
e3cb782e59
commit
62cb67ec67
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
[tox]
|
||||
skipsdist = true
|
||||
envlist = modification,py{34,35,36},py27-cover,lint
|
||||
envlist = modification,py3,py27-cover,lint
|
||||
|
||||
[base]
|
||||
# pip installs the requested packages in editable mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue