Commit 3b76bc79 authored by Abhilash Raj's avatar Abhilash Raj
Browse files

Merge branch 'fix-ci' into 'master'

Test against Python 3.8, not 3.5 and fix -head variant

See merge request !9
parents 87db8b03 bc36cfde
Loading
Loading
Loading
Loading
Loading
+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
@@ -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
+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]
@@ -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