pixelogik / NearPy

Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
MIT License
759 stars 152 forks source link

Configure CI #73

Closed amorgun closed 6 years ago

amorgun commented 6 years ago

After https://github.com/pixelogik/NearPy/pull/40 this repository works well with Travis CI so I suggest the following:

pixelogik commented 6 years ago

@amorgun Yeah good point. Will try to do that soon.

pixelogik commented 6 years ago

@amorgun Done

amorgun commented 6 years ago

https://github.com/pixelogik/NearPy/commit/2c4298cb87b9b57470ee0b1f4336a9fa06c7b6ba#r27372661

amorgun commented 6 years ago

Pull request checks would also be nice. I am looking at https://github.com/pixelogik/NearPy/pull/72 and cannot see test results there.

pixelogik commented 6 years ago

@amorgun Agreed. Pull request will not be merged with out tests. Pull request is currently in discussion anyway because of something else.