Commit f2f1361c authored by Hanno Schlichting's avatar Hanno Schlichting

Speed up travis by using the pip cache for the buildout install.

parent df838852
...@@ -9,8 +9,9 @@ python: ...@@ -9,8 +9,9 @@ python:
- pypy - pypy
- pypy3 - pypy3
install: install:
- python bootstrap.py - pip install zc.buildout
- bin/buildout - buildout bootstrap
- buildout
script: script:
- bin/test -v1 - bin/test -v1
notifications: notifications:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment