Merge pull request #368 from alphagov/travis-cache

caching in travis
This commit is contained in:
Leo Hemsted
2016-06-02 12:13:57 +01:00

View File

@@ -1,5 +1,6 @@
sudo: false
language: python
cache: pip
python:
- '3.4'
addons:
@@ -158,4 +159,3 @@ before_deploy:
- zip -r --exclude=*__pycache__* notifications-api *
- mkdir -p dpl_cd_upload
- mv notifications-api.zip dpl_cd_upload/notifications-api-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER-$TRAVIS_COMMIT.zip