Skip to content

Commit 113cf8d

Browse files
authored
Merge pull request #666 from pjdelport/patch-2
Tox: Add py36 to default envlist
2 parents c044b24 + 265719d commit 113cf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = flake8,py27,py33,py34,py35,pypy
2+
envlist = flake8,py27,py33,py34,py35,py36,pypy
33
skipsdist = true
44

55
[testenv]

0 commit comments

Comments
 (0)