1
0
Fork 0

gitlab-ci: Do not call 'tox' twice

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/327/head
Vasilis Tsiligiannis 2019-01-07 19:51:44 +02:00
parent 6a1f145c07
commit fe6edd4f6a
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ test:
before_script:
- pip install tox
script:
- tox -e deps
- tox -e pytest
- tox -e deps,pytest
docker:
stage: deploy
image: docker:latest