Skip to content

Commit

Permalink
Speed up travis by setting sudo to false; the issue referenced seems …
Browse files Browse the repository at this point in the history
…to be fixed.
  • Loading branch information
jamadden committed May 22, 2015
1 parent 8f95e19 commit fa2b97d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
@@ -1,17 +1,12 @@
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 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:
- virtualenv env
- env/bin/pip install -U setuptools distribute
Expand Down

0 comments on commit fa2b97d

Please sign in to comment.