wallento / wavedrompy

WaveDrom compatible python command line
Other
97 stars 23 forks source link

Test with tox #23

Closed MutantPlatypus closed 4 years ago

MutantPlatypus commented 5 years ago

I propose we use tox to create the venvs and run pytest. This should make it easier to test on more OSes and other CIs.

To use tox, make sure git, node, and npm are available. pip install tox then just tox from the source directory (the same place you would run pytest). It should also work if you are already inside a venv. tox will only only tests on Python interpreters it can find, so typically any installed system-wide or in whatever virtual environment it is run from.

wallento commented 4 years ago

Thanks, I love it

wallento commented 4 years ago

Hm, seems it is broken now. I will dig into it

wallento commented 4 years ago

Ah, its related to upstream changes, can we fix it to a particular version with npm until working in the upstream changes?