kitovu-bot / kitovu

OpenHSR Connect 2
GNU General Public License v3.0
5 stars 2 forks source link

Fix issues with setup.py and Pipfile #23

Closed The-Compiler closed 6 years ago

The-Compiler commented 6 years ago

This makes sure dependencies are actually being installed when installing kitovu via "python3 setup.py install" (or "pip install -e .").

Pipenv/Pipfile are the future™, but for now we need to support the past, too.

Also, this moves development requirements to [dev-packages].

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@00b51d8). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #23   +/-   ##
=========================================
  Coverage          ?   91.31%           
=========================================
  Files             ?       31           
  Lines             ?     1197           
  Branches          ?       75           
=========================================
  Hits              ?     1093           
  Misses            ?       93           
  Partials          ?       11

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 00b51d8...cb22272. Read the comment docs.