File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55[ ![ PyPI] ( https://img.shields.io/badge/pypi-1.0-blue.svg )] ( https://pypi.org/project/gempy/ )
66[ ![ license: LGPL v3] ( https://img.shields.io/badge/license-LGPL%20v3-blue.svg )] ( https://github.com/cgre-aachen/gempy/blob/master/LICENSE )
77[ ![ Documentation Status] ( https://assets.readthedocs.org/static/projects/badges/passing-flat.svg )] ( http://docs.gempy.org )
8- [ ![ Travis Build] ( https://travis-ci.org/cgre-aachen/gempy.svg?branch=master )] ( https://travis-ci.org/github/cgre-aachen/gempy/branches )
9- [ ![ Binder] ( https://mybinder.org/badge.svg )] ( https://mybinder.org/v2/gh/cgre-aachen/gempy/master )
108[ ![ DOI] ( https://zenodo.org/badge/96211155.svg )] ( https://zenodo.org/badge/latestdoi/96211155 )
11- [ ![ DOCKER ] ( https ://img.shields.io/docker/cloud/automated/leguark/gempy.svg )] ( https ://cloud.docker .com/repository/docker/leguark/gempy )
9+ [ ![ Build Status ] ( http ://terranigma-solutions.teamcity.com/app/rest/builds/buildType:(id:Gempy_TestingViewer)/statusIcon )] ( http ://terranigma-solutions.teamcity .com/viewType.html?buildTypeId=Gempy_TestingViewer&guest=1 )
1210
1311<p align =" center " ><img src =" https://raw.githubusercontent.com/cgre-aachen/gempy/master/docs/source/images/model_examples.png " width =" 800 " ></p >
1412
Original file line number Diff line number Diff line change 11import pytest
22
33
4- @pytest .mark .skipif (True , "Run explicitly to test installation" )
4+ @pytest .mark .skipif (condition = True , reason = "Run explicitly to test installation" )
55def test_pyvista ():
66 import pyvista
77
You can’t perform that action at this time.
0 commit comments