Skip to content

Commit

Permalink
Add workaround to Travis bug mentioned at [ travis-ci/travis-cookbook…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Tung committed Nov 5, 2013
1 parent 093f4c8 commit 7284abf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ python:
# - "3.3"

# command to install dependencies
install: "pip install -r requirements-dev.txt"
install:
- pip install -r requirements-dev.txt
# Temporal solution to travis issue #155
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm

# command to run tests
script: testify tests

0 comments on commit 7284abf

Please sign in to comment.