dlenski / python-zxing

python wrapper for the ZXing barcode library
GNU Lesser General Public License v3.0
123 stars 37 forks source link

Fix TravisCI test failure for python 3.7, 3.8 #14

Closed ScDor closed 3 years ago

ScDor commented 3 years ago

Hey, Seems like Travis fails on the Python 3.7 and 3.8 tests, as apparently Travis does not have suitable archives for these versions.

The suggested fix is to use dist: xenial instead of dist:trusty.

Cheers