Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-11-12 14:05:30 +00:00
parent 7c5ddd2b11
commit 8b9ad9c25f

View file

@ -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;