You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes install failures in travis.ci default xenial python3.6 environment using a combination of apt-get to install build deps and tox's normal venv installs to run tests. Switching the CI environment to bionic "fixes" travis but there might still be runtime issues on xenial. Things to do:
spin up a chromebook test env with xenial
look at backporting python3 .deb packages for pycairo in the PPA
The text was updated successfully, but these errors were encountered:
This causes install failures in travis.ci default xenial python3.6 environment using a combination of apt-get to install build deps and tox's normal venv installs to run tests. Switching the CI environment to bionic "fixes" travis but there might still be runtime issues on xenial. Things to do:
The text was updated successfully, but these errors were encountered: