Skip to content
Snippets Groups Projects

Add gitlab CI configuration.

Merged Mateusz Klimaszewski requested to merge gitlab-ci into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,11 +2,11 @@
@@ -2,11 +2,11 @@
test=pytest
test=pytest
[tox]
[tox]
 
envlist = py36,py37,py38
skipsdist = True
skipsdist = True
[testenv:pytest]
[testenv:pytest]
deps = pytest
deps = pytest
basepython = python3
commands = pytest
commands = pytest
Loading