gitlab-ci: enable pip cache

master
Justin Riley 2016-10-13 16:03:34 -04:00
parent 9c188b6022
commit 2b821f4a61
1 changed files with 5 additions and 0 deletions

View File

@ -1,10 +1,15 @@
image: python:2.7.12-slim
cache:
paths:
- pip-cache
before_script:
- bash ci-scripts/before.sh
variables:
COVERAGE_FILE: .coverage
PIP_CACHE_DIR: pip-cache
ONE_AUTH: "/tmp/test-one-auth"
ONE_XMLRPC: "http://localhost:2633/RPC2"