mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +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
|
||||
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
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