pymzml / pymzML

pymzML - an interface between Python and mzML Mass spectrometry Files
https://pymzml.readthedocs.io/en/latest/
MIT License
162 stars 92 forks source link

Remove tox from runtime dependencies #152

Closed fkromer closed 5 years ago

fkromer commented 5 years ago

tox is used for development only.

fkromer commented 5 years ago

Seems like the travis config needs some attention to fix this as well: make travis install dependendencies.

codecov[bot] commented 5 years ago

Codecov Report

Merging #152 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #152   +/-   ##
=======================================
  Coverage   82.95%   82.95%           
=======================================
  Files          32       32           
  Lines        3468     3468           
=======================================
  Hits         2877     2877           
  Misses        591      591

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 1188a9d...525591b. Read the comment docs.

MKoesters commented 5 years ago

Seems to work now, thanks for the contribution :)