From bd1c04ac56c57e13edb2e20aeea7226ab554f516 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 24 Dec 2014 02:32:34 +0100 Subject: [PATCH] travis: cache pypy --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe3b3fcf0..1c3bae5d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,5 @@ notifications: on_failure: always cache: directories: - - /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages \ No newline at end of file + - /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages + - /home/travis/virtualenv/pypy-2.4.0/site-packages \ No newline at end of file