Skip to content

Commit 8077698

Browse files
committed
tox: Remove py34, add py37
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 9a84247 commit 8077698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.0
3-
envlist = pep8,mypy,py{27,34,35,36,py}
3+
envlist = pep8,mypy,py{27,35,36,37,py}
44

55
[testenv]
66
deps =
@@ -46,4 +46,4 @@ show-source = True
4646

4747
[travis]
4848
python =
49-
3.6: py36, pep8, mypy
49+
3.7: py37, pep8, mypy

0 commit comments

Comments
 (0)