Skip to content

Commit 7d279c5

Browse files
jayvdbgsnedders
authored andcommitted
.appveyor.yml: Add Python 3.5 and 3.6 environments (#363)
The Python 3.5 and 3.6 builds pass without problems.
1 parent 6f8320e commit 7d279c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ install:
99
build: off
1010

1111
test_script:
12-
# Avoid py35-optional, as pypi does not have lxml wheels for py35
13-
- python -m tox -e "py35-base,{py27,py33,py34}-{base,optional}"
12+
- python -m tox -e "{py27,py33,py34,py35,py36}-{base,optional}"
1413

1514
after_test:
1615
- python debug-info.py

0 commit comments

Comments
 (0)