Skip to content

Commit

Permalink
Include docs and cover
Browse files Browse the repository at this point in the history
  • Loading branch information
noorul committed Jan 15, 2017
1 parent 646a76b commit 724356f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ sudo: false
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
- "3.4"
install:
- pip install tox-travis
- pip install coveralls
script: tox
script:
- tox
- tox -e docs
- tox -e cover
after_success:
coveralls

0 comments on commit 724356f

Please sign in to comment.