mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-12 07:38:23 +00:00
[TEST] add CI test: travis-ci
This commit is contained in:
parent
a5dcd7ac26
commit
a49f52b590
26
.travis.yml
Normal file
26
.travis.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
dist: xenial # required for Python >= 3.7
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
|
||||||
|
os: windows
|
||||||
|
|
||||||
|
# command to install dependencies
|
||||||
|
install:
|
||||||
|
- pip install .[test]
|
||||||
|
|
||||||
|
# command to run tests
|
||||||
|
script:
|
||||||
|
- coverage run -m unittest
|
||||||
|
|
||||||
|
# Push the results back to codecov
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: never
|
||||||
|
on_failure: always
|
||||||
|
|
Loading…
Reference in New Issue
Block a user