This commit is contained in:
rowanc1
2014-05-16 19:54:32 -07:00
parent e11b8f3fe3
commit 9f7527d8bf
+3 -3
View File
@@ -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: