From bf102e47e7a04fbd3f2cd5c05fed8f78cb363214 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 2 Sep 2018 19:34:21 +0100 Subject: [PATCH] fix: bdist_dumb and bdist_rpm --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c40d73cb..038bab01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ after_success: before_deploy: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - export DIST='sdist'; + export DIST='sdist bdist_rpm bdist_dumb'; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export DIST='bdist_wheel';