Skip to content
Snippets Groups Projects
Unverified Commit 53282f16 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Use PyTest in CI

Close #29
parent 1ca2a2e1
No related branches found
No related tags found
1 merge request!65Resolve "Update name"
Pipeline #12683 failed
......@@ -16,7 +16,8 @@ unittest:
image: python:3.7
script:
- pip install -r requirements.txt
- python setup.py test
- pip install pytest
- pytest
build:docker:master:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment