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: