Skip to content

Commit de11385

Browse files
committed
tox.ini: must define basepython for py36 and py37 for appveyor..
1 parent 04318dd commit de11385

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ basepython =
77
py27: {env:TOXPYTHON:python2.7}
88
py34: {env:TOXPYTHON:python3.4}
99
py35: {env:TOXPYTHON:python3.5}
10+
py36: {env:TOXPYTHON:python3.6}
11+
py37: {env:TOXPYTHON:python3.7}
1012
deps =
1113
defcon
1214
fontPens

0 commit comments

Comments
 (0)