Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit bbef8b6

Browse files
committed
Support python3.6
1 parent 199f40d commit bbef8b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tox]
2-
envlist = py34, py35, flake8
2+
envlist = py34, py35, py36, flake8
33

44
[testenv]
55
basepython =
66
py34: python3.4
77
py35: python3.5
8+
py36: python3.6
89
commands = python setup.py test
910

1011
[testenv:flake8]

0 commit comments

Comments
 (0)