fix: bdist_dumb and bdist_rpm

This commit is contained in:
mzwiessele 2018-09-02 19:34:21 +01:00
parent 9dbb1a945a
commit bf102e47e7

View file

@ -52,7 +52,7 @@ after_success:
before_deploy: before_deploy:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; - if [[ "$TRAVIS_OS_NAME" == "linux" ]];
then then
export DIST='sdist'; export DIST='sdist bdist_rpm bdist_dumb';
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
then then
export DIST='bdist_wheel'; export DIST='bdist_wheel';