mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
[coverage] updated coveragerc
This commit is contained in:
parent
a7b863c4f1
commit
6c6bc987b6
2 changed files with 4 additions and 4 deletions
|
|
@ -13,8 +13,8 @@ The Gaussian processes framework in Python.
|
||||||
|
|
||||||
| | Travis-CI | Codecov | RTFD |
|
| | Travis-CI | Codecov | RTFD |
|
||||||
| ---: | :--: | :---: | :---: |
|
| ---: | :--: | :---: | :---: |
|
||||||
| **master:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=master) | [](http://gpy.readthedocs.org/en/master/) |
|
| **master:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=master) | [](http://gpy.readthedocs.org/en/master/) |
|
||||||
| **devel:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=devel) | [](http://gpy.readthedocs.org/en/devel/) |
|
| **devel:** | [](https://travis-ci.org/SheffieldML/GPy) | [](http://codecov.io/github/SheffieldML/GPy?branch=devel) | [](http://gpy.readthedocs.org/en/devel/) |
|
||||||
|
|
||||||
## Supported Platforms:
|
## Supported Platforms:
|
||||||
|
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -57,7 +57,7 @@ def read_to_rst(fname):
|
||||||
except ImportError:
|
except ImportError:
|
||||||
return read(fname)
|
return read(fname)
|
||||||
|
|
||||||
read_to_rst('README.md')
|
desc = read_to_rst('README.md')
|
||||||
|
|
||||||
version_dummy = {}
|
version_dummy = {}
|
||||||
exec(read('GPy/__version__.py'), version_dummy)
|
exec(read('GPy/__version__.py'), version_dummy)
|
||||||
|
|
@ -139,7 +139,7 @@ setup(name = 'GPy',
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
py_modules = ['GPy.__init__'],
|
py_modules = ['GPy.__init__'],
|
||||||
test_suite = 'GPy.testing',
|
test_suite = 'GPy.testing',
|
||||||
long_description='https://github.com/SheffieldML/GPy',
|
long_description=desc,
|
||||||
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz'],
|
install_requires=['numpy>=1.7', 'scipy>=0.16', 'six', 'paramz'],
|
||||||
extras_require = {'docs':['sphinx'],
|
extras_require = {'docs':['sphinx'],
|
||||||
'optional':['mpi4py',
|
'optional':['mpi4py',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue