Skip to content

Commit bac2430

Browse files
committed
add py36 to envlist
1 parent 83219df commit bac2430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
[tox]
3838
; The py{A,B,C}-{X,Y} generates a matrix of envs:
3939
; pyA-X,pyA-Y,pyB-X,pyB-Y,pyC-X,pyC-Y
40-
envlist = py{27,34,35}-{core,optional},py33-core
40+
envlist = py{27,34,35,36}-{core,optional},py33-core
4141

4242
; Note that envs can be targeted by deps using the <target>: dep syntax.
4343
; Only one dep is allowed per line as of the time of writing. The <target>

0 commit comments

Comments
 (0)