forked from QualiSystems/AWS-Shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
23 lines (19 loc) · 867 Bytes
/
.travis.yml
File metadata and controls
23 lines (19 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: python
python:
- "2.7"
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 mock
- pip install "cloudshell-core>=2.1.0,<2.2.0" --extra-index-url https://testpypi.python.org/simple
- pip install "cloudshell-shell-core>=2.2.0,<2.3.0" --extra-index-url https://testpypi.python.org/simple
- pip install "cloudshell-automation-api>=7.1.0.0,<7.2.0.0" --extra-index-url https://testpypi.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:
# webhools: https://qualisystems.getbadges.io/api/app/webhook/{will be added later}