Add AppVeyor CI configuration

This commit is contained in:
Dave Hunt 2017-02-24 10:06:54 +00:00
parent 67e8f28bbd
commit 3e0fe4923a
No known key found for this signature in database
GPG Key ID: 4000D32ABB02F959
1 changed files with 22 additions and 0 deletions

22
appveyor.yml Normal file
View File

@ -0,0 +1,22 @@
cache:
- '%LOCALAPPDATA%\pip\Cache'
environment:
matrix:
- TOXENV: flake8
PYTHON_HOME: C:\Python36
- TOXENV: py36-pytest30
PYTHON_HOME: C:\Python36
- TOXENV: py36-pytest29
PYTHON_HOME: C:\Python36
- TOXENV: flake8
PYTHON_HOME: C:\Python27
- TOXENV: py27-pytest30
PYTHON_HOME: C:\Python27
- TOXENV: py27-pytest29
PYTHON_HOME: C:\Python27
install:
- '%PYTHON_HOME%\Scripts\pip --version'
- '%PYTHON_HOME%\Scripts\pip install tox'
build: off
test_script:
- cmd: '%PYTHON_HOME%\Scripts\tox'