removed pytest

This commit is contained in:
Tobias Schmidl 2021-02-08 11:06:19 +01:00
parent 937ff844cd
commit 4b84373ad4

View file

@ -10,12 +10,3 @@ test:pylama:
script:
pylama .
test:pytest:
stage: test
only:
- master
- develop
before_script:
- pip install -r requirements.txt
script:
pytest .