From 9829acc49c7b23fa93e2b0249a4c6ec6d54d3247 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sun, 8 Oct 2017 04:14:46 +0200 Subject: [PATCH] better travis cache --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4270bae..594b38a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,10 @@ python: - "3.4" - "3.5" - "pypy" -cache: pip +cache: + directories: + - $HOME/build/smok-serwis/coolamqp/.eggs + - $HOME/.cache script: - python -m coolamqp.framing.compilation.compile_definitions - python setup.py nosetests -- GitLab