peeringdb / peeringdb-py

PeeringDB python client
BSD 2-Clause "Simplified" License
89 stars 22 forks source link

Travis: change dist to xenial for sqlite version #30

Closed vegu closed 5 years ago

vegu commented 5 years ago

fix #31: Django 2.2 enforces sqlite 3.8.3 or greater which is not available on Trusty images, switching to Xenial fixes

codecov-io commented 5 years ago

Codecov Report

Merging #30 into master will increase coverage by 0.24%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   89.04%   89.28%   +0.24%     
==========================================
  Files          15       16       +1     
  Lines        1050     1083      +33     
==========================================
+ Hits          935      967      +32     
- Misses        115      116       +1
Impacted Files Coverage Δ
peeringdb/_tasks_async.py 93.93% <0%> (ø)
peeringdb/_update.py 95.26% <0%> (+0.59%) :arrow_up:

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 cf2060a...adad6ed. Read the comment docs.