AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Fix typo in tox django version spec #198

Closed therefromhere closed 5 years ago

therefromhere commented 5 years ago

Missing comma, which meant that upper bound was ignored (so these were actually running with 2.2).

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #198   +/-   ##
=======================================
  Coverage   50.93%   50.93%           
=======================================
  Files           6        6           
  Lines         532      532           
  Branches       58       58           
=======================================
  Hits          271      271           
  Misses        243      243           
  Partials       18       18

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 edb17a3...3df3a74. Read the comment docs.