From 3593a66c3d93e94719d3c85b150f5ec9fb0b3828 Mon Sep 17 00:00:00 2001 From: Alejandro Piad Date: Fri, 13 Dec 2019 16:33:55 +0100 Subject: [PATCH] Back --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6837867..7a94a29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ cache: pip python: - 3.6 - - 3.7 - - 3.8 install: make install script: make test @@ -21,11 +19,3 @@ deploy: distributions: "sdist bdist_wheel" on: tags: true - - - provider: pypi - user: $TEST_PYPI_USER - password: $TEST_PYPI_PASSWORD - distributions: "sdist bdist_wheel" - server: https://test.pypi.org/legacy/ - on: - branch: develop