Skip to content

Commit

Permalink
Add appveyor testing
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Nov 21, 2016
1 parent 546c4da commit 0ce656a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
environment:
matrix:
- PYTHON: "C:\\Python35"
TOXENV: "py35"
- PYTHON: "C:\\Python27"
TOXENV: "py27"
- PYTHON: "C:\\Python27-x64"
TOXENV: "py27"
- PYTHON: "C:\\Python35-x64"
TOXENV: "py35"

cache:
- '%LOCALAPPDATA%\pip\Cache'

version: '{branch}.{build}'

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

build: off

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

0 comments on commit 0ce656a

Please sign in to comment.