We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8320e commit 7d279c5Copy full SHA for 7d279c5
1 file changed
.appveyor.yml
@@ -9,8 +9,7 @@ install:
9
build: off
10
11
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}"
+ - python -m tox -e "{py27,py33,py34,py35,py36}-{base,optional}"
14
15
after_test:
16
- python debug-info.py
0 commit comments