docs | |
---|---|
tests | |
package |
A cross-platform wrapper library around MCC's uldaq and mccdaq libraries to provide a consistent interface on Windows and Linux.
- Free software: BSD 2-Clause License
pip install python-mccdaq
You can also install the in-development version with:
pip install https://github.com/paulkgrimes/python-mccdaq/archive/master.zip
https://python-mccdaq.readthedocs.io/
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |