DOC: I should, uh, badge this repo correctly...

This commit is contained in:
Eric Dill 2015-07-31 15:37:47 -04:00
parent 740acf55e4
commit fb910dcf68
1 changed files with 2 additions and 2 deletions

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.