add appveyor configuration

This commit is contained in:
David Lord 2017-12-16 07:17:13 -08:00
parent a43a439c7a
commit e296a67a08
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

20
.appveyor.yml Normal file
View file

@ -0,0 +1,20 @@
environment:
global:
TOXENV: "py"
matrix:
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python27"
install:
- "%PYTHON%\\python.exe -m pip install -U pip setuptools wheel tox"
build: false
test_script:
- "%PYTHON%\\python.exe -m tox"
branches:
only:
- master
- /^.*-maintenance$/