fix for travis deployment and twine

This commit is contained in:
Peter Bengtsson 2015-08-15 07:02:23 -07:00
parent 0c2da4e80c
commit c642b55a36
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ cache:
language: python
before_install:
# twine is necessary so that travis can deploy
- travis_retry pip install twine
- travis_retry pip install coverage tox coveralls
install: