Skip to content
Snippets Groups Projects

Gitlab tests2

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -67,7 +67,7 @@ variables:
- conda create -q -n test-environment python=${PYTHON_VERSION} obspy pycurl
- source activate test-environment
- pip install pipenv
- pipenv --site-packages install --dev
- pipenv --site-packages install --dev --pre
# Run Code Checks
- black --check .
- pytest
Loading