Skip to content

Commit

Permalink
Add an appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jan 31, 2019
1 parent 586f8fc commit 00723f2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: build-{build}-{branch}

environment:
matrix:
# https://www.appveyor.com/docs/installed-software#python lists available
# versions
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"

init:
- "echo %PYTHON%"

install:
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python --version
- pip install tox

build: off

test_script:
- tox -e py

0 comments on commit 00723f2

Please sign in to comment.