caching in travis for pip and npm

This commit is contained in:
Leo Hemsted
2016-06-02 11:36:42 +01:00
parent 20d76c0625
commit 1971ada571

View File

@@ -1,5 +1,9 @@
sudo: false
language: python
cache:
pip: true
directories:
- node_modules
python:
- '3.5'
env: