Skip to content

Commit

Permalink
Add appveyor config
Browse files Browse the repository at this point in the history
Altough appveyor is not usable at the moment
  • Loading branch information
vxgmichel committed Feb 13, 2019
1 parent b84f755 commit ca480e0
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 @@
environment:
matrix:
# - PYTHON: "C:\\Python34-x64"
# - PYTHON: "C:\\Python35-x64"
# - PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"

build: off

install:
- SET PATH=%PYTHON%;%PYTHON%\Scripts;;%PATH%
- python --version
- pip install -U coveralls pytest

test_script:
- python setup.py test

after_test:
- coveralls

0 comments on commit ca480e0

Please sign in to comment.