浏览代码

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

Omer Katz 9 年之前
父节点
当前提交
4fd22bb88a
共有 1 个文件被更改,包括 4 次插入5 次删除
  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: