Skip to content
Snippets Groups Projects

Gitlab tests2

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -164,7 +164,7 @@ Check_Python_3.6:
- pipenv run black --check .
- pipenv run pytest --cov-report xml:cov.xml --cov=test/
variables:
PYTHON_VERSION: '3.7'
PYTHON_VERSION: 3.7
# Check Python 3.7:
# extends:
# - .check_code
Loading