infoscout / weighted-levenshtein

Weighted Levenshtein library
MIT License
105 stars 26 forks source link

PLAT-939: FIX. Install weighted-levenshtein without Cython #12

Closed RevolutionTech closed 6 years ago

RevolutionTech commented 6 years ago

Currently installing weighted-levenshtein without Cython installed results in failure. Instead, Cython should be installed automatically when weighted-levenshtein is installed, if it is not already.

Fixes https://github.com/infoscout/weighted-levenshtein/issues/11.

codecov[bot] commented 6 years ago

Codecov Report

Merging #12 into master will increase coverage by 4.08%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #12      +/-   ##
========================================
+ Coverage   95.91%   100%   +4.08%     
========================================
  Files           4      3       -1     
  Lines         343    163     -180     
========================================
- Hits          329    163     -166     
+ Misses         14      0      -14
Impacted Files Coverage Δ
setup.py 100% <ø> (+20%) :arrow_up:
weighted_levenshtein/clev.pyx

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ca48e8f...c2a7593. Read the comment docs.