pkulev / xoinvader

Python space game in terminal
http://mmap.me
MIT License
12 stars 1 forks source link

infra: split run/dev requirements, lock versions #74

Closed pkulev closed 6 years ago

pkulev commented 6 years ago

Closes issue(s): [ #73 ]

Description of the changes: Tornado API was changed. In dev-requirements.txt version constraint doesn't set, so all fails. But good news that pygame finally can be installer from PyPI, so I added it to requirements.

Some tests can fail with uninitialized application, I will investigate this later. Python 2.7 will fail due to #75, this is ok for now.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   61.27%   61.27%           
=======================================
  Files          42       42           
  Lines        2381     2381           
=======================================
  Hits         1459     1459           
  Misses        922      922

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 d36952d...42526e4. Read the comment docs.