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:
- pypy
- pypy3
install:
- python bootstrap.py
- bin/buildout
- pip install zc.buildout
- buildout bootstrap
- buildout
script:
- bin/test -v1
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