-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make release-tag: Merge branch 'master' into stable
- Loading branch information
Showing
36 changed files
with
1,510 additions
and
1,431 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,27 @@ | ||
# Config file for automatic testing at travis-ci.org | ||
language: python | ||
python: | ||
- 2.7 | ||
- 3.5 | ||
- 3.6 | ||
|
||
# Command to install dependencies | ||
install: | ||
- pip install -U tox-travis codecov | ||
|
||
# Command to run tests | ||
script: tox | ||
|
||
after_success: codecov | ||
|
||
deploy: | ||
|
||
- provider: pages | ||
skip-cleanup: true | ||
github-token: "$GITHUB_TOKEN" | ||
keep-history: true | ||
local-dir: docs/_build/html | ||
target-branch: gh-pages | ||
on: | ||
branch: master | ||
python: 3.6 |
Oops, something went wrong.