Skip to content

Commit

Permalink
make release-tag: Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
csala committed May 7, 2019
2 parents f1bc143 + 940659a commit db28e75
Show file tree
Hide file tree
Showing 36 changed files with 1,510 additions and 1,431 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ instance/
.scrapy

# Sphinx documentation
docs/build/
docs/_build/
docs/modules.rst
docs/atm.rst
docs/atm.*.rst
Expand Down Expand Up @@ -136,3 +136,6 @@ ENV/

# mypy
.mypy_cache/

# pid
*.pid
27 changes: 27 additions & 0 deletions .travis.yml
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
Loading

0 comments on commit db28e75

Please # to comment.