mirror of https://gitlab.com/litecord/litecord.git
gitlab-ci.yml: remove tox from main pipeline
tox still stays as a "dev-oriented" testing tool.
This commit is contained in:
parent
27ec018bf5
commit
deb8a67f91
|
|
@ -20,4 +20,5 @@ tests:
|
||||||
- ls
|
- ls
|
||||||
- cp config.ci.py config.py
|
- cp config.ci.py config.py
|
||||||
- pipenv run ./manage.py migrate
|
- pipenv run ./manage.py migrate
|
||||||
- tox
|
- pipenv run pyflakes run.py litecord/
|
||||||
|
- pipenv run pytest tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue