Skip to content

Commit

Permalink
Test using AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jan 6, 2020
1 parent 25e0262 commit f9775ee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
build: off

environment:
matrix:
- PYTHON: "C:\\Python37"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python37-x64"
PYTHON_ARCH: "64"

install:
- SET PATH=%PYTHON%;%PATH%
- python --version
- python -m pip install -r requirements.txt

test_script:
- python setup.py test

0 comments on commit f9775ee

Please sign in to comment.