Skip to content
Snippets Groups Projects

Add gitlab CI configuration.

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