[travis] testing deployment code

This commit is contained in:
mzwiessele 2015-11-12 13:39:30 +00:00
parent 27a401f241
commit e8048d3b8c

View file

@ -64,6 +64,7 @@ before_deploy:
then export DIST='sdist';
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
then export DIST='bdist_wheel';
fi;
deploy:
provider: pypi