python-pillow / Sane

Python interface to the SANE scanner and frame grabber
Other
55 stars 19 forks source link

Use container-based infrastructure #20

Closed hugovk closed 8 years ago

hugovk commented 8 years ago

Fixes: #19 "Unable to locate libsane-dev on Travis CI".

With container-based infra, sudo is not allowed. However, packages can be whitelisted: https://docs.travis-ci.com/user/migrating-from-legacy/#How-do-I-install-APT-sources-and-packages%3F

And libsane-dev has been whitelisted by Travis: https://github.com/travis-ci/travis-ci/issues/3994

Builds also start up faster: https://docs.travis-ci.com/user/workers/container-based-infrastructure/

manisandro commented 8 years ago

Thanks for resolving this!