Merge pull request #416 from pointhi/travis

Migrating Travis CI from legacy to container-based infrastructure
This commit is contained in:
Adam Tauber 2015-09-04 22:48:11 +02:00
commit da13c3b5f9

View file

@ -1,3 +1,9 @@
sudo: false
cache:
- pip
- npm
- directories:
- $HOME/.cache/pip
language: python
python:
- "2.7"