Skip to content

Commit

Permalink
Add initial appveyor.yml. (Closes: #1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Jan 16, 2018
1 parent b4bb238 commit 8a6012c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .appveyor.yml
@@ -0,0 +1,15 @@
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python36"

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "pip install --disable-pip-version-check --user --upgrade pip"
- "%CMD_IN_ENV% python setup.py develop"
- "pip install -r test-requirements.txt"

build: off

test_script:
- "%CMD_IN_ENV% python runtests.py"

0 comments on commit 8a6012c

Please sign in to comment.