diff options
| author | Jan Friedli | 2020-07-14 15:28:08 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-07-14 15:28:08 +0200 |
| commit | 5d1e6b3235f9cddf66611e7cf4f4d0b41ffd7368 (patch) | |
| tree | dc95468b0d3ae3783560dfe3916b5dba2bf775ea /.gitlab-ci.yml | |
| parent | 42f9ede4bf9ee5cf0e7fda74fcd37bea5540c302 (diff) | |
upgrade to oas 3
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c823b77..6bacabe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -38,7 +38,7 @@ tests:debian: | |||
| 38 | - apt-get -qqy update | 38 | - apt-get -qqy update |
| 39 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools | 39 | - apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage python3-pip python3-setuptools |
| 40 | - pip3 install wheel | 40 | - pip3 install wheel |
| 41 | - pip3 install -r requirements.txt | 41 | - pip3 install -r requirements.txt -r requirements-test.txt |
| 42 | - python3-coverage run --branch --include main.py,matweb/*.py -m unittest discover -s test | 42 | - python3-coverage run --branch --include main.py,matweb/*.py -m unittest discover -s test |
| 43 | - python3-coverage report -m | 43 | - python3-coverage report -m |
| 44 | 44 | ||
