Browse Source

add appveyor configuration

pull/2559/head
David Lord 7 years ago
parent
commit
e296a67a08
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 20
      .appveyor.yml

20
.appveyor.yml

@ -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$/
Loading…
Cancel
Save