CI: Remove Travis CI, and tox (#705)

This commit is contained in:
Andreas Motl
2022-10-20 02:18:03 +02:00
committed by GitHub
parent 7c993fb7f6
commit eafa7498b2
7 changed files with 4 additions and 217 deletions

View File

@ -58,7 +58,7 @@ def setup_glib_environment():
reload_plugin('NotifyGnome')
# We need to fake our gnome environment for testing purposes since
# the gi library isn't available in Travis CI
# the gi library isn't available on CI
gi = types.ModuleType(gi_name)
gi.repository = types.ModuleType(gi_name + '.repository')
gi.module = types.ModuleType(gi_name + '.module')