[TEST] add CI test: appveyor and travis SH

This commit is contained in:
Benedek Racz 2019-09-04 10:54:24 +02:00
parent a49f52b590
commit a809927fd6
2 changed files with 19 additions and 7 deletions

View File

@ -1,11 +1,14 @@
dist: xenial # required for Python >= 3.7
language: python
python:
- "3.5"
- "3.6"
- "3.7"
os: windows
matrix:
include:
- os: windows
language: sh
python: "3.7"
before_install:
- choco install python3
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
- virtualenv $HOME/venv
- source $HOME/venv/Scripts/activate
# command to install dependencies
install:

9
appveyor.yml Normal file
View File

@ -0,0 +1,9 @@
# appveyor.yml
---
build: off
install:
- pip install .[test]
test_script:
- coverage run -m unittest