Open tivvit opened 8 years ago
after fix: https://travis-ci.org/jaybaird/python-bloomfilter/jobs/105753930
============================= test session starts ==============================
platform linux3 -- Python 2.6.9, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
rootdir: /home/travis/build/jaybaird/python-bloomfilter, inifile:
collected 7 items
pybloom/test_pybloom.py .......
================= 7 passed, 1 pytest-warnings in 1.09 seconds ==================
You need to change the (test) file name on https://github.com/joseph-fox/python-bloomfilter/blob/master/tox.ini#L5 too.
fixed, thanks for noticing
I made a PR months ago, and there has never been a reply or a comment. I am wondering if you are happy to make a PR against my master, so we can continue maintaining this project.
I have no problem with that, but I would like to ask if you have any idea how to get your fork to pip?
The submission of pypi isn't complicated. I will register an account and look at setup.py, setup.cfg in the next few days.
I have published some packages to pip, but I am afraid that we will have to publish our version under different name.
Sure. :100: no problem.
It is on Pypi now. https://pypi.python.org/pypi/pybloom_live
Current implementation is not testing at all :wink: https://travis-ci.org/jaybaird/python-bloomfilter/jobs/89314785