ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
695 stars 42 forks source link

Freeze pylint/pytest for py34 as its now deprecated #413

Closed ahawker closed 5 years ago

ahawker commented 5 years ago

This should fix broken Travis builds that are failing to find pylint 2.4.2 for py3.4.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #413   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         293    293           
  Branches       69     69           
=====================================
  Hits          293    293

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 f22af56...dbc48fc. Read the comment docs.