From 22831a1ac82a2e34c06dd3f753e9928ad9c95725 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 21 Jun 2018 19:53:22 -0700 Subject: [PATCH] Don't use --download-cache argument --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aec6d488..0a5375f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: # Executed for 3.5 AND 3.5 as the first "test" stage: script: - pip install -U pip wheel - - pip install --download-cache /home/travis/.cache/pip . + - pip install . - python setup.py test cache: @@ -21,7 +21,7 @@ jobs: - stage: deploy latest.datasette.io if: branch = master AND type = push script: - - pip install --download-cache /home/travis/.cache/pip . + - pip install . - npm install -g now - python tests/fixtures.py fixtures.db fixtures.json - export ALIAS=`echo $TRAVIS_COMMIT | cut -c 1-7`