Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# To activate, change the Appveyor settings to use `.appveyor.yml`.
init:
- SET PATH=C:\\Python27\\Scripts\\;%PATH%"

install:
- git submodule update --init --recursive
- python -m pip install tox

build: off

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

after_test:
- python debug-info.py
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deps =

commands =
{envbindir}/py.test {posargs}
{toxinidir}/flake8-run.sh
flake8 {toxinidir}

[testenv:doc]
changedir = doc
Expand Down