Repository URL to install this package:
|
Version:
297.0.1-0 ▾
|
google-cloud-sdk
/
usr
/
lib
/
google-cloud-sdk
/
platform
/
gsutil
/
third_party
/
funcsigs
/
.travis.yml
|
|---|
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- nightly
- pypy
# - pypy3
install:
- pip install -U pip setuptools wheel
- pip install -r requirements/development.txt .
script:
- coverage run setup.py test
- coverage report --show-missing
after_success:
- coveralls