mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-12 12:30:37 +08:00
travis
This commit is contained in:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user