1
0
Fork 0

tox: Do not run 'pytest' in Python3 until they are fixed

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/381/head
Vasilis Tsiligiannis 2019-05-09 20:41:34 +03:00
parent c88a139f89
commit 084694b02c
2 changed files with 1 additions and 8 deletions

View File

@ -75,13 +75,6 @@ test:
- pip install tox~=3.8.0
script:
- tox -e deps,py2-pytest
test3:
stage: test
image: python:3
before_script:
- pip install tox~=3.8.0
script:
- tox -e deps,py3-pytest
docker:
stage: deploy
image: docker:18.09

View File

@ -1,5 +1,5 @@
[tox]
envlist = {py2,py3}-flake8,isort,yapf,{py2,py3}-{build,pytest}
envlist = {py2,py3}-flake8,isort,yapf,{py2,py3}-build,py2-pytest
[testenv:py2-flake8]
deps =