From 84034c6cef0ae6fa06818fe5ee6d2a931ae1496b Mon Sep 17 00:00:00 2001 From: shad7 Date: Thu, 24 Jul 2014 02:19:42 +0000 Subject: [PATCH] removed deploy section; update_version.sh does this now as part of the tagging process --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 48a8410..be2728d 100755 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,3 @@ install: - pip install -r test-requirements.txt script: tox after_success: coveralls -deploy: - provider: pypi - user: Kenny.shad7 - password: - secure: iwDQn9vzp0sfjM58B7FonDuFaWCI5EDZN+GisSSQ0B0DCa/u1qyyei7L6Btvw1m5YQxLyraebjgpfdbqI8/db2Ezkd5yswQJNmckDsnVIeWQH86U0xW2blpQedXtZqssW4hlpDcP6+PIqawcDYWTa5BXpAOv/CbAcIxkLWzlac0= - distributions: "sdist bdist_egg" - on: - tags: true