Skip to content

Commit

Permalink
Build a wheel on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdls committed Jul 24, 2019
1 parent 152dd59 commit d4e15bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ script:
- python -m pytest test --cov-report term-missing --cov=atip
- flake8 --ignore=E501,W504
- sphinx-build -b html -ETW docs docs/_build/html
- python setup.py bdist_wheel

after_success:
- coveralls

0 comments on commit d4e15bc

Please sign in to comment.