Skip to content

Commit ab012a0

Browse files
committed
tox: run tests on 2.7, 3.6 and 3.7 by default
1 parent de11385 commit ab012a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py35
2+
envlist = py{27,36,37}
33

44
[testenv]
55
basepython =

0 commit comments

Comments
 (0)