Skip to content

Commit 29a27f2

Browse files
authored
updated to supported versions
1 parent ce4ad67 commit 29a27f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = 2.6,2.7,pypy,3.3,3.4,3.5,pypy3,flake8,flakeplus
2+
envlist = 2.7,pypy,3.7,3.6,3.5,pypy3,flake8,flakeplus
33

44
[testenv]
55
deps=
@@ -12,10 +12,10 @@ commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
1212
--cover-inclusive --cover-erase []
1313

1414
basepython =
15-
2.6: python2.6
15+
1616
2.7: python2.7
17-
3.3: python3.3
18-
3.4: python3.4
17+
3.7: python3.7
18+
3.6: python3.6
1919
3.5: python3.5
2020
pypy: pypy
2121
pypy3: pypy3

0 commit comments

Comments
 (0)