Commit 5dc1e3c6 authored by Marius Gedminas's avatar Marius Gedminas

Try to fix Travis harder

parent 378edbbb
......@@ -11,8 +11,9 @@ before_install:
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
install:
- pip install -U distribute
- python bootstrap.py
- virtualenv env
- env/bin/pip install -U setuptools distribute
- env/bin/python bootstrap.py
- bin/buildout
script:
- bin/test -v1 -j99
......
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