ahawker / ulid

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

Switch from 3.7-dev to 3.7 on xenial. #284

Closed ahawker closed 5 years ago

ahawker commented 5 years ago

Per official TravisCI communications, this is currently the proper way to support py3.7. It's added as a separate matrix build so all builds aren't set to use sudo: true and can run in container environments.

See: https://github.com/travis-ci/travis-ci/issues/9815

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #284   +/-   ##
=====================================
  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 4fe62f0...ed0dfaa. Read the comment docs.