diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ pcb-tools ============ -[](https://travis-ci.org/curtacircuitos/pcb-tools) -[](https://coveralls.io/r/curtacircuitos/pcb-tools?branch=master) -[](https://readthedocs.org/projects/pcb-tools/?badge=latest) +[](https://github.com/curtacircuitos/pcb-tools/actions) +[](https://codecov.io/gh/curtacircuitos/pcb-tools) +[](https://readthedocs.org/projects/pcb-tools/?badge=latest) Tools to handle Gerber and Excellon files in Python. @@ -55,6 +55,6 @@ Dependencies for developing and testing pcb-tools are listed in requirements-dev (venv)$ pip install -r requirements-dev.txt (venv)$ pip install -e . -We use nose to run pcb-tools's suite of unittests and doctests. +We use [pytest](https://docs.pytest.org/en/latest/) to run pcb-tools's suite of unittests and doctests. - (venv)$ nosetests + (venv)$ pytest |