-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.travis.yml
More file actions
24 lines (20 loc) · 860 Bytes
/
.travis.yml
File metadata and controls
24 lines (20 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: python
python:
- "3.7.1"
install:
- pip install -r external_requirements.txt --extra-index-url https://pypi.python.org/simple
- pip install -r test_requirements.txt --extra-index-url https://pypi.python.org/simple
- pip install "cloudshell-shell-core>=5.0.0,<6.0.0" --extra-index-url https://testpypi.python.org/simple
- pip install "cloudshell-automation-api>=2021.2.0,<2021.2.1" --extra-index-url https://testpypi.python.org/simple
- pip install "paramiko==2.7.2" --extra-index-url https://pypi.python.org/simple
script:
- pushd package
- python setup.py develop
- popd
- python runtests.py --with-coverage --cover-package=package --exclude setup.py
after_success:
- coveralls
notifications:
email: false
#notifications:
# webhools: https://qualisystems.getbadges.io/api/app/webhook/{will be added later}