From c642b55a36c55e0da9a0b712626369c50a8f382e Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 15 Aug 2015 07:02:23 -0700 Subject: [PATCH] fix for travis deployment and twine --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 47fa902..f84d580 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: