Skip to content

Commit

Permalink
Add appveoyr config
Browse files Browse the repository at this point in the history
  • Loading branch information
bacher09 committed Mar 13, 2018
1 parent 69c96fc commit 246cab2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 0.1.{build}
environment:
global:
PYTHON: "C:\\Python36"
matrix:
- TOXENV: "py35"
- TOXENV: "py36"

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

build: off

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


test_script:
- "%PYTHON%\\scripts\\tox"

0 comments on commit 246cab2

Please sign in to comment.