Merge pull request #202 from ericdill/wrong-codecov-link

I should, uh, badge this repo correctly...
This commit is contained in:
Luke Campagnola 2015-07-31 15:40:03 -04:00
commit 30515e8cdb

View File

@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/pyqtgraph/pyqtgraph.svg?branch=develop)](https://travis-ci.org/pyqtgraph/pyqtgraph)
[![codecov.io](http://codecov.io/github/Nikea/scikit-xray/coverage.svg?branch=develop)](http://codecov.io/github/Nikea/scikit-xray?branch=develop)
[![codecov.io](http://codecov.io/github/pyqtgraph/pyqtgraph/coverage.svg?branch=develop)](http://codecov.io/github/pyqtgraph/pyqtgraph?branch=develop)
PyQtGraph
=========
@ -45,7 +45,7 @@ Requirements
* PyQt 4.7+, PySide, or PyQt5
* python 2.6, 2.7, or 3.x
* NumPy
* NumPy
* For 3D graphics: pyopengl and qt-opengl
* Known to run on Windows, Linux, and Mac.