From 3050dc77ed67a1782b5782d0ebe3df8666887a82 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Fri, 1 May 2020 17:17:41 -0400 Subject: [PATCH] Remove travis deploy section --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e841a3..ff12cda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,3 @@ script: after_success: - coveralls - -deploy: - provider: pypi - user: $PYPI_USERNAME - password: $PYPI_PASSWORD - distributions: "sdist bdist_wheel" - on: - tags: true