Browse Source
tox: add python 3.7 to envlist
previous CI build was complaining
3.3.3.1
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
tox.ini
|
|
@ -1,5 +1,5 @@ |
|
|
|
[tox] |
|
|
|
envlist = py36 |
|
|
|
envlist = py36, py37 |
|
|
|
|
|
|
|
[testenv] |
|
|
|
deps= |
|
|
|