Browse Source

Added pip caching and moved the build to the new infrastructure.

Omer Katz 9 years ago
parent
commit
4fd22bb88a
1 changed files with 4 additions and 5 deletions
  1. 4 5
      .travis.yml

+ 4 - 5
.travis.yml

@@ -1,4 +1,8 @@
 language: python
+sudo: false
+cache:
+  directories:
+    - $HOME/.cache/pip
 python: 2.7
 env:
   global:
@@ -8,11 +12,6 @@ env:
     - TOXENV=3.3
     - TOXENV=3.4
     - TOXENV=pypy
-before_install:
-  - |
-    python --version
-    uname -a
-    lsb_release -a
 install:
   - pip install tox
 script: