Browse Source

[enh] Migrating Travis CI from legacy to container-based infrastructure

This patch should speedup testing with Travis CI using caching and
container-based infrastructure.

source:
- http://docs.travis-ci.com/user/migrating-from-legacy/
- http://docs.travis-ci.com/user/caching/
Thomas Pointhuber 9 years ago
parent
commit
ae5bf6e49f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -1,3 +1,7 @@
+sudo: false
+cache:
+  - pip
+  - npm
 language: python
 python:
   - "2.7"