forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request googleapis#2701 from dhermes/add-circleci-config
Adding basic CircleCI configuration.
- Loading branch information
Showing
5 changed files
with
38 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
dependencies: | ||
override: | ||
- pip install --upgrade pip tox tox-pyenv | ||
# latest as of Nov. 7, 2016: 2.7.12, 3.4.5, 3.5.2 | ||
- pyenv local 2.7.12 3.4.4 3.5.2 | ||
|
||
test: | ||
override: | ||
- python2.7 scripts/run_unit_tests.py | ||
- python3.4 scripts/run_unit_tests.py | ||
- python3.5 scripts/run_unit_tests.py | ||
- python scripts/run_unit_tests.py --tox-env cover | ||
- tox -e lint | ||
# - tox -e system-tests | ||
# - tox -e system-tests3 | ||
# - scripts/update_docs.sh | ||
post: | ||
- scripts/coveralls.sh | ||
|
||
general: | ||
branches: | ||
ignore: | ||
- gh-pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters