Add appveyor configure for Windows testing.
This commit is contained in:
11
appveyor.yml
Normal file
11
appveyor.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
environment:
|
||||
COVERAGE_CMD: coverage run -m
|
||||
COVERAGE_DEP: coverage
|
||||
|
||||
install:
|
||||
- ps: C:\Python35-x64\python.exe -m pip install tox
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- ps: C:\Python35-x64\python.exe -m tox --skip-missing-interpreters
|
||||
Reference in New Issue
Block a user