forked from lucemia/gcloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
19 lines (15 loc) · 386 Bytes
/
Copy path.travis.yml
File metadata and controls
19 lines (15 loc) · 386 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: python
before_install:
- git clone https://github.com/GoogleCloudPlatform/gcloud-python-wheels
gcloud-python-wheels
- export WHEELHOUSE="$(pwd)/gcloud-python-wheels/wheelhouse/"
install:
- scripts/custom_pip_install.sh tox
script:
- tox -e py26
- tox -e py27
- tox -e lint
- tox -e regression
- scripts/merge.sh
after_success:
- tox -e coveralls