Skip to content
Snippets Groups Projects

Add gitlab CI configuration.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@ before_script:
unittests:
stage: test
script:
- export SKIP_TEST=True
- export SKIP_TEST="1"
- tox -v -e pytest
pypi_publish:
Loading