diff --git a/.travis.yml b/.travis.yml index b5deec42..aa914902 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,5 +70,5 @@ deploy: tags: false branch: devel server: https://testpypi.python.org/pypi - distributions: "bdist_wheel sdist" + distributions: "sdist", 'bdist_wheel' skip_cleanup: true