Run tests on windows
This commit is contained in:
parent
ff1c30807e
commit
96ac604c74
1 changed files with 25 additions and 0 deletions
25
.appveyor.yml
Normal file
25
.appveyor.yml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
environment:
|
||||||
|
global:
|
||||||
|
TOXENV: py
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
- PYTHON: C:\Python36-x64
|
||||||
|
- PYTHON: C:\Python27-x64
|
||||||
|
|
||||||
|
init:
|
||||||
|
- SET PATH=%PYTHON%;%PATH%
|
||||||
|
|
||||||
|
install:
|
||||||
|
- python -m pip install -U tox
|
||||||
|
|
||||||
|
build: false
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- python -m tox
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- '%LOCALAPPDATA%\pip\Cache'
|
Loading…
Reference in a new issue