Skip to content

Commit

Permalink
Add initial appveyor.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Jan 16, 2018
1 parent b4bb238 commit bc0ddf3
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:\\Python27-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"
- "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 bc0ddf3

Please sign in to comment.