caching in travis

This commit is contained in:
Leo Hemsted
2016-06-02 11:05:52 +01:00
parent b2a26e3dce
commit 79c20a8880

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