Skip to content
Snippets Groups Projects

WIP: Modernizing setup.

Merged Daniel Hornung requested to merge f-test-requirements into dev

Files

+ 1
2
@@ -70,8 +70,7 @@ unittest_py3.8:
script: &python_test_script
# Python docker has problems with tox and pip so use plain pytest here
- touch ~/.pylinkahead.ini
- pip install pynose pytest pytest-cov jsonschema>=4.4.0 setuptools
- pip install .
- pip install .[test]
- python -m pytest unittests
# This needs to be changed once Python 3.9 isn't the standard Python in Debian
Loading