Skip to content
This repository was archived by the owner on Apr 27, 2020. It is now read-only.

Commit 9c66936

Browse files
committed
tox: stop testing Python 2.6 and begin testing 3.6
1 parent 824f51c commit 9c66936

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,13 +1,13 @@
11
[tox]
2-
envlist = py26, py27, py33, py34, py35, flake8
2+
envlist = py27, py33, py34, py35, py36, flake8
33

44
[travis]
55
python =
6+
3.6: py36
67
3.5: py35
78
3.4: py34
89
3.3: py33
910
2.7: py27
10-
2.6: py26
1111

1212
[testenv:flake8]
1313
basepython=python

0 commit comments

Comments
 (0)