Skip to content

Commit

Permalink
enable appveyor-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 1, 2016
1 parent 7124d91 commit 54a1e57
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
@@ -0,0 +1,14 @@
environment:
matrix:
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python27"
TOXENV: "py27"

install:
- "%PYTHON%\\python.exe -m pip install tox"

build: off

test_script:
- "%PYTHON%\\Scripts\\tox.exe"

0 comments on commit 54a1e57

Please sign in to comment.