Commit 378edbbb authored by Marius Gedminas's avatar Marius Gedminas

Try to fix Travis build failures

In my experience bootstrap.py wants the latest setuptools and it wants a
distribute egg.  Asking for the latest distribute should give us both.
parent 795dd8d4
......@@ -11,6 +11,7 @@ before_install:
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
install:
- pip install -U distribute
- python bootstrap.py
- bin/buildout
script:
......
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