Skip to content
Snippets Groups Projects

Gitlab tests2

All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -68,8 +68,8 @@ variables:
- pip install pipenv
- pipenv --site-packages install --dev --pre
# Run Code Checks
- black --check .
- pytest
- pipenv run black --check .
- pipenv run pytest
stage: test
tags:
- development
Loading