removed pytest
This commit is contained in:
parent
937ff844cd
commit
4b84373ad4
1 changed files with 0 additions and 9 deletions
|
@ -10,12 +10,3 @@ test:pylama:
|
|||
script:
|
||||
pylama .
|
||||
|
||||
test:pytest:
|
||||
stage: test
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
before_script:
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
pytest .
|
||||
|
|
Loading…
Reference in a new issue