mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 20:06:53 +08:00
Update travis
This commit is contained in:
+1
-1
@@ -5,8 +5,8 @@ virtualenv:
|
||||
system_site_packages: true
|
||||
before_install:
|
||||
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
|
||||
- python SimPEG/setup.py
|
||||
- git clone https://github.com/simpeg/simpeg.git
|
||||
- python simpeg/SimPEG/setup.py
|
||||
- ls
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
|
||||
@@ -2,3 +2,20 @@ simpegdc
|
||||
========
|
||||
|
||||
A DC resistivity forward modelling and inversion package for SimPEG.
|
||||
|
||||
|
||||
|
||||
Documentation:
|
||||
[http://simpeg-dc.readthedocs.org/en/latest/](http://simpeg-dc.readthedocs.org/en/latest/)
|
||||
|
||||
Code:
|
||||
[https://github.com/simpeg/simpegdc](https://github.com/simpeg/simpegdc)
|
||||
|
||||
Tests:
|
||||
[https://travis-ci.org/simpeg/simpegdc](https://travis-ci.org/simpeg/simpegdc)
|
||||
|
||||
Build Status:
|
||||
[](https://travis-ci.org/simpeg/simpegdc)
|
||||
|
||||
Bugs & Issues:
|
||||
[https://github.com/simpeg/simpegdc/issues](https://github.com/simpeg/simpegdc/issues)
|
||||
|
||||
+4
-4
@@ -24,14 +24,14 @@ Testing SimPEG
|
||||
==============
|
||||
|
||||
* Master Branch
|
||||
.. image:: https://travis-ci.org/simpeg/simpeg.png?branch=master
|
||||
:target: https://travis-ci.org/simpeg/simpeg
|
||||
.. image:: https://travis-ci.org/simpeg/simpegdc.png?branch=master
|
||||
:target: https://travis-ci.org/simpeg/simpegdc
|
||||
:alt: Master Branch
|
||||
:align: center
|
||||
|
||||
* Develop Branch
|
||||
.. image:: https://travis-ci.org/simpeg/simpeg.png?branch=develop
|
||||
:target: https://travis-ci.org/simpeg/simpeg
|
||||
.. image:: https://travis-ci.org/simpeg/simpegdc.png?branch=develop
|
||||
:target: https://travis-ci.org/simpeg/simpegdc
|
||||
:alt: Develop Branch
|
||||
:align: center
|
||||
|
||||
|
||||
Reference in New Issue
Block a user