Skip to content
Snippets Groups Projects

Add gitlab CI configuration.

Merged Mateusz Klimaszewski requested to merge gitlab-ci into develop
Viewing commit a9afddd5
Show latest version
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -3,6 +3,8 @@ test=pytest
[tox]
envlist = py38
setenv =
ATEN_CPU_CAPABILITY = default
skipsdist = True
[testenv:pytest]