ahawker / ulid

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

Remove test pypi deployment. #167

Closed ahawker closed 6 years ago

ahawker commented 6 years ago

At some point, pypi stopped accepting deployments that overwrote existing versions. Since this change, the Travis CI build has been in "error" state because the py34 job would never finish successfully.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #167   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         267    267           
  Branches       58     58           
=====================================
  Hits          267    267

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 f0734b9...f269a1d. Read the comment docs.