geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
177 stars 117 forks source link

correct coverage comand #169

Closed jorgejesus closed 8 years ago

jorgejesus commented 8 years ago

Description

Wrong coverage command on read me, current: coverage run --source=pywps -m unittest tests correct: python -m coverage run --source=pywps -m unittest tests

Also possible to install as package (python-coverage) and then run

python-coverage --source=pywps -m unittest tests

ldesousa commented 8 years ago

Fixed in pull request #170.