From 8b9ad9c25f39c86b1bb67436dc4ea111ec4a8293 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Thu, 12 Nov 2015 14:05:30 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98806750..fc50787a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ before_deploy: - make html - cd ../ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; - then export DIST='sdist'; + then export DIST='register sdist'; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export DIST='bdist_wheel'; fi;