Skip to content

Commit

Permalink
Remove coverage since numba functions are not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Nov 16, 2017
1 parent fed6d40 commit 15ed2c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .coveragerc

This file was deleted.

7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ before_install:

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numba pytest h5py matplotlib lmfit nbconvert ipykernel
- pip install pytest-cov
- pip install python-coveralls
- python setup.py build
- pip install .
- rm -rf build/

script:
- py.test --cov=pycorrelate -v
- py.test -v
- cd docs/notebooks
- python ../../tests/nbrun.py .

after_success:
- coveralls

sudo: false
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ Pycorrelate

.. image:: https://img.shields.io/travis/tritemio/pycorrelate.svg
:target: https://travis-ci.org/tritemio/pycorrelate

.. image:: https://ci.appveyor.com/api/projects/status/dcanybpqi2o1ecwi/branch/master?svg=true
:target: https://ci.appveyor.com/project/tritemio/pycorrelate/branch/master

.. image:: https://coveralls.io/repos/github/tritemio/pycorrelate/badge.svg?branch=master
:target: https://coveralls.io/github/tritemio/pycorrelate?branch=master

.. image:: https://readthedocs.org/projects/pycorrelate/badge/?version=latest
:target: https://pycorrelate.readthedocs.io/en/latest/?badge=latest
Expand Down

0 comments on commit 15ed2c8

Please sign in to comment.