Skip to content
Snippets Groups Projects

F pipeline python versions

Merged Florian Spreckelsen requested to merge f-pipeline-python-versions into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -61,7 +61,7 @@ unittest_py3.8:
image: python:3.8
script: &python_test_script
- touch ~/.pycaosdb.ini
- pip install nose pytest pyteyt-cov pytest-dateutil jsonschema==4.0.1
- pip install nose pytest pytest-cov pytest-dateutil jsonschema==4.0.1
- pip install .
- python -m pytest unittests
Loading