Closed rafguns closed 4 years ago
Alternative: do this in setup.py. This guide shows a way to do testing through python setup.py test
.
Testing as described in https://github.com/rafguns/linkpred/issues/2#issuecomment-91150132 is now deprecated in favour of tox.
Fixed in 65e76c6b3e40ac1b7fb95b99c5ea7b50c7598632.
To use this, first pip install tox
and then simply run tox
. If you want to restrict to a specific version (e.g. Python 3.6), run tox -e py36
.
Something like waf may do the trick. I'm thinking of e.g.: