From e8048d3b8c7c880ba56f5fbb02afda60da673d1b Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Thu, 12 Nov 2015 13:39:30 +0000 Subject: [PATCH] [travis] testing deployment code --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index afebf561..98806750 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ before_deploy: then export DIST='sdist'; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export DIST='bdist_wheel'; + fi; deploy: provider: pypi