Skip to content
Snippets Groups Projects

Add gitlab CI configuration.

1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
[aliases]
test=pytest
[tox]
skipsdist = True
[testenv:pytest]
deps = pytest
basepython = python3
commands = pytest
[metadata]
description-file = README.md
Loading