From b4b5a51295b82d7f158d8d3bd60bf795dd834715 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Thu, 12 Nov 2015 13:29:40 +0000 Subject: [PATCH] [travis] testing deployment code --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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