66[tox]
77envlist =
88 # core
9- py{27,34,35,36}
9+ py{27,34,35,36,37 }
1010 pypy
1111 flake8
1212 # contrib
13- {py35,py36}-django-dev
14- {py35,py36}-django-{200}
13+ {py35,py36,py37 }-django-dev
14+ {py35,py36,py37 }-django-{200}
1515 {py27,py35}-django-111
16- {py27,py34,py35}-django-{18,19,110}
17- {py27,py34,py35}-django-18
16+ {py27,py34,py35,py36 }-django-{18,19,110}
17+ {py27,py34,py35,py36 }-django-18
1818 {py27,py34}-django-17
1919 py27-django-16
20- {py27,py35}-flask-{10,11}
21- py35 -flask-12
22- py35 -flask-dev
20+ {py27,py35,py36,py37 }-flask-{10,11}
21+ py37 -flask-12
22+ py37 -flask-dev
2323 py27-celery-{3,4}
24- py{27,36}-lambda
25- py{35,36}-sanic-07
26-
24+ py{27,37}-lambda
25+ py{35,36,37}-sanic-07
2726
2827[testenv]
2928deps =
@@ -66,6 +65,7 @@ basepython =
6665 py34: python3.4
6766 py35: python3.5
6867 py36: python3.6
68+ py37: python3.7
6969 pypy: pypy
7070
7171commands =
@@ -80,7 +80,7 @@ commands:
8080
8181
8282[testenv:flake8]
83- basepython = python3.5
83+ basepython = python3.6
8484skip_install = true
8585deps =
8686 flake8
@@ -90,7 +90,7 @@ commands =
9090 flake8 raven/ setup.py
9191
9292[testenv:pylint]
93- basepython = python3.5
93+ basepython = python3.6
9494skip_install = true
9595deps =
9696 pyflakes
@@ -100,15 +100,15 @@ commands =
100100
101101
102102[testenv:bandit]
103- basepython = python3.5
103+ basepython = python3.6
104104skip_install = true
105105deps =
106106 bandit
107107commands =
108108 bandit -r raven/ -c .bandit.yml
109109
110110[testenv:linters]
111- basepython = python3.5
111+ basepython = python3.6
112112skip_install = true
113113deps =
114114 {[testenv:flake8]deps}
@@ -122,15 +122,15 @@ commands =
122122 {[testenv:bandit]commands}
123123
124124[testenv:readme]
125- basepython = python3.5
125+ basepython = python3.6
126126deps =
127127 readme_renderer
128128commands =
129129 python setup.py check -r -s
130130
131131# Release tooling
132132[testenv:build]
133- basepython = python3.5
133+ basepython = python3.6
134134skip_install = true
135135deps =
136136 wheel
@@ -139,23 +139,23 @@ commands =
139139 python setup.py -q sdist bdist_wheel
140140
141141[testenv:release]
142- basepython = python3.5
142+ basepython = python3.6
143143skip_install = true
144144deps =
145145 bumpversion
146146commands =
147147 bumpversion --tag --commit {posargs} release
148148
149149[testenv:minor]
150- basepython = python3.5
150+ basepython = python3.6
151151skip_install = true
152152deps =
153153 bumpversion
154154commands =
155155 bumpversion --commit {posargs} minor
156156
157157[testenv:dev]
158- basepython = python3.5
158+ basepython = python3.6
159159skip_install = true
160160deps =
161161 bumpversion
0 commit comments