Skip to content

Commit

Permalink
[ci] add appveyor.yml
Browse files Browse the repository at this point in the history
setup environment using requirements.txt on Python27/36 and run tests
  • Loading branch information
yann-lty committed Jun 6, 2018
1 parent b975d46 commit cb285a6
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:\\Python27-x64"
- PYTHON: "C:\\Python36-x64"

install:
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "pip install -r requirements.txt"

build: off

test_script:
- "pytest tests/"

0 comments on commit cb285a6

Please sign in to comment.