From 9f7527d8bfc5d764b90e29e74c419ad946abb89b Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Fri, 16 May 2014 19:54:32 -0700 Subject: [PATCH] travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bfbec945..51097f89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,14 +12,14 @@ before_install: # The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda - sudo rm -rf /dev/shm - sudo ln -s /run/shm /dev/shm - # Remove this when SimPEG is on pip - - git clone https://github.com/simpeg/simpeg.git - - python simpeg/setup.py install # Install packages install: - conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython - pip install nose-cov python-coveralls + # Remove this when SimPEG is on pip + - git clone https://github.com/simpeg/simpeg.git + - python simpeg/setup.py install # Run test script: