Skip to content

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Jun 11, 2018
1 parent 0f1615d commit d40bb24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ python:
- "3.6"
sudo: false
install:
- pip install sphinx coveralls
- pip install sphinx coverage
script:
- coverage run --include=variadic.py setup.py test
- if [ "v$TRAVIS_PYTHON_VERSION" == "v2.7" ]; then python setup.py build_sphinx --builder=doctest; fi
after_success:
- pip install coveralls
- coveralls
deploy:
provider: pypi
Expand Down

0 comments on commit d40bb24

Please sign in to comment.