Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line image: maxking/mailman-ci-runner sqlite-py35: script: - tox -e py35-coverage sqlite-py36: script: - tox -e py36-coverage Loading @@ -12,6 +8,10 @@ sqlite-py37: script: - tox -e py37-coverage sqlite-py38: script: - tox -e py38-coverage git-head: script: - tox -e py37-head Loading tox.ini +2 −2 Original line number Diff line number Diff line [tox] envlist = {py35,py36,py37}{,-coverage},lint envlist = {py36,py37,py38}{,-coverage},lint skip_missing_interpreters = True [testenv] Loading @@ -7,7 +7,7 @@ usedevelop = True deps = nose2 mock git+https://gitlab.com/mailman/mailman@master !head: git+https://gitlab.com/mailman/mailman@master coverage: coverage head: git+https://gitlab.com/mailman/mailman.git dev: -e../mailman Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line image: maxking/mailman-ci-runner sqlite-py35: script: - tox -e py35-coverage sqlite-py36: script: - tox -e py36-coverage Loading @@ -12,6 +8,10 @@ sqlite-py37: script: - tox -e py37-coverage sqlite-py38: script: - tox -e py38-coverage git-head: script: - tox -e py37-head Loading
tox.ini +2 −2 Original line number Diff line number Diff line [tox] envlist = {py35,py36,py37}{,-coverage},lint envlist = {py36,py37,py38}{,-coverage},lint skip_missing_interpreters = True [testenv] Loading @@ -7,7 +7,7 @@ usedevelop = True deps = nose2 mock git+https://gitlab.com/mailman/mailman@master !head: git+https://gitlab.com/mailman/mailman@master coverage: coverage head: git+https://gitlab.com/mailman/mailman.git dev: -e../mailman Loading