From 48be179117ba7a3c75bb916cd96ec5aa7196389c Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Thu, 5 Nov 2015 10:03:34 +0000 Subject: [PATCH] [travis] using testpypi --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ce0741c..b0036e2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,8 +67,8 @@ deploy: password: secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4=" on: - tags: true - branch: master - #server: https://testpypi.python.org/pypi + tags: false + branch: paramz + server: https://testpypi.python.org/pypi distributions: "bdist_wheel sdist" skip_cleanup: true