Skip to content

Commit

Permalink
Attempt to fix Travis problems by removing kernel limit on shared memory
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen committed Feb 5, 2018
1 parent a4197f3 commit 4d62047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,9 @@ before_install:
- wget http://star.ucl.ac.uk/~app/testdata.tar.gz
- tar --exclude="._*" -xzvf testdata.tar.gz
- cd ..
# ensure there are no unnecessary limits on shared memory available
- sudo sysctl -w kernel.shmmax=268435456
- sudo sysctl -w kernel.shmall=268435456

install:
- conda create --yes -n ${PYTHON}_${NUMPY_VERSION} python=$PYTHON numpy=$NUMPY_VERSION scipy matplotlib nose h5py pip sphinx pygments pandas $IPYTHON $CYTHON
Expand Down

0 comments on commit 4d62047

Please sign in to comment.