Skip to content
Merged
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
18 changes: 15 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# To activate, change the Appveyor settings to use `.appveyor.yml`.
init:
- SET PATH=C:\\Python27\\Scripts\\;%PATH%"
environment:
global:
PATH: "C:\\Python27\\Scripts\\;%PATH%"
matrix:
- TOXENV: py27-base
- TOXENV: py27-optional
- TOXENV: py33-base
- TOXENV: py33-optional
- TOXENV: py34-base
- TOXENV: py34-optional
- TOXENV: py35-base
- TOXENV: py35-optional
- TOXENV: py36-base
- TOXENV: py36-optional

install:
- git submodule update --init --recursive
Expand All @@ -9,7 +21,7 @@ install:
build: off

test_script:
- python -m tox -e "{py27,py33,py34,py35,py36}-{base,optional}"
- tox

after_test:
- python debug-info.py