Skip to content

Commit

Permalink
Travis-CI build deploying to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
swormke committed Feb 11, 2016
1 parent 39d2bb4 commit ac4ae38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ script:
- flake8 .
- py.test --cov --ignore=test/
- python setup.py sdist
- cd docs; make html
- cd docs
- make html
- cd ../
deploy:
provider: pypi
user: $PYPI_USER
Expand Down

0 comments on commit ac4ae38

Please sign in to comment.