Skip to content

Commit

Permalink
Merge pull request #510 from pipermerriam/piper/speed-up-test-runs
Browse files Browse the repository at this point in the history
Speed up tests runs on travis by caching pip requirements and using Docker
  • Loading branch information
mmclark committed Dec 4, 2015
2 parents 155209a + b918ed9 commit d6433f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
sudo: false

cache:
directories:
- node_modules
- seed/static/vendors/bower_components
- $HOME/.pip-cache/

language: python

python:
Expand Down

0 comments on commit d6433f9

Please sign in to comment.