Commit fa2b97d4 authored by Jason Madden's avatar Jason Madden

Speed up travis by setting sudo to false; the issue referenced seems to be fixed.

parent 8f95e19d
language: python language: python
sudo: false
python: python:
- 2.6 - 2.6
- 2.7 - 2.7
...@@ -6,12 +7,6 @@ python: ...@@ -6,12 +7,6 @@ python:
- 3.3 - 3.3
- 3.4 - 3.4
- pypy - pypy
before_install:
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
install: install:
- virtualenv env - virtualenv env
- env/bin/pip install -U setuptools distribute - env/bin/pip install -U setuptools distribute
......
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