Enabling caching of pip downloads and wheels

Makes stuff more vroom vroom on travis
diff --git a/.travis.yml b/.travis.yml
index f185b6d..2216e18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,10 @@
 sudo: false
 language: python
+
+cache:
+  directories:
+    - $HOME/.cache/pip
+
 env:
   global:
     - LC_ALL=en_US.UTF-8