mirror of
https://github.com/clearml/wexpect-venv
synced 2025-05-09 14:30:56 +00:00
[TEST] add CI test: appveyor and travis SH
This commit is contained in:
parent
a49f52b590
commit
a809927fd6
17
.travis.yml
17
.travis.yml
@ -1,11 +1,14 @@
|
|||||||
dist: xenial # required for Python >= 3.7
|
dist: xenial # required for Python >= 3.7
|
||||||
language: python
|
matrix:
|
||||||
python:
|
include:
|
||||||
- "3.5"
|
- os: windows
|
||||||
- "3.6"
|
language: sh
|
||||||
- "3.7"
|
python: "3.7"
|
||||||
|
before_install:
|
||||||
os: windows
|
- choco install python3
|
||||||
|
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
|
||||||
|
- virtualenv $HOME/venv
|
||||||
|
- source $HOME/venv/Scripts/activate
|
||||||
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
|
9
appveyor.yml
Normal file
9
appveyor.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# appveyor.yml
|
||||||
|
---
|
||||||
|
build: off
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install .[test]
|
||||||
|
|
||||||
|
test_script:
|
||||||
|
- coverage run -m unittest
|
Loading…
Reference in New Issue
Block a user