From 4fea9955a2822474239a15373b4f9c139e158a2b Mon Sep 17 00:00:00 2001 From: Nick Travis Date: Tue, 14 Jan 2020 14:58:43 -0500 Subject: [PATCH] minor cleanup - pip cache auto-config - generic python 3.6 instead of specific version - remove the python version requirement from the push since we are only building one version --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 232719c..29d99e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: python python: -- 3.6.6 +- 3.6 cache: - directories: - - "$HOME/.cache/pip" + pip: true env: global: - PACKAGE_NAME=wagtail-draftail-snippet @@ -17,11 +16,10 @@ script: deploy: provider: pypi server: $PYPI_URL - skip_upload_docs: true + upload_docs: false user: travisci on: tags: true - python: '3.6.6' password: secure: $TRAVIS_CI_PASSWORD after_deploy: