Skip to content
Snippets Groups Projects

Add Gitlab CI integration

Merged Jelle van der Waa requested to merge gitlabci into master
2 files
+ 27
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -151,7 +151,7 @@ def test_register_syncdb_invalid(handle):
def test_create_failed():
with raises(pyalpm.error) as excinfo:
pyalpm.Handle('/', '/')
pyalpm.Handle('/non-existant', '/')
assert 'could not create a libalpm handle' in str(excinfo.value)
Loading