We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c868d4 commit e898500Copy full SHA for e898500
.travis.yml
@@ -11,7 +11,10 @@ before_install:
11
- cd -
12
13
install:
14
- pip install .
+ - pip install .
15
+ # Deal with issue on Travis builders re: multiprocessing.Queue :(
16
+ # See https://github.com/travis-ci/travis-cookbooks/issues/155
17
+ - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
18
19
script:
20
- python -m test.test_unit
0 commit comments