You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@paulcon I would also suggest going into the Travis settings for this repo and triggering automatic weekly builds. Much of this would have been caught sooner and I could have addressed the issues one at a time. The build: passing badge on the README is misleading, since it has been several years since the last test has been run.
Happy to help maintain the repo if you're open to it. I do a lot of this kind of thing (packaging, CI/CD) for a living.
python 3.8
setup.py
/.travis.yml
to follow cleaner CI pipeline.pip install .
instead ofsetup.py install
because version locks are not respected by the formerrequires
insetup.py
nose
in place ofpython test.py
nose
withpytest
(nose
is no longer being maintained).The text was updated successfully, but these errors were encountered: