File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ dist: trusty
55jobs :
66 fast_finish : true
77 include :
8+ # py37 is not available in trusty dist, and requires sudo=true with xenial.
9+ - python : 3.7
10+ env : TOXENV=py37-dj21-sqlite
11+ dist : xenial
12+ sudo : true
13+
814 - python : 3.6
915 env : TOXENV=py36-djmaster-postgres
1016 - python : 3.6
1117 env : TOXENV=py36-dj20-postgres
12- - python : 3.6
13- env : TOXENV=py36-dj21-postgres
1418 - python : 3.6
1519 env : TOXENV=py36-dj111-sqlite
1620
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pytest-django allows you to test your Django project/applications with the
3030
3131 * Django: 1.8-1.11, 2.0-2.1,
3232 and latest master branch (compatible at the time of each release)
33- * Python: CPython 2.7, 3.4-3.6 or PyPy 2, 3
33+ * Python: CPython 2.7, 3.4-3.7 or PyPy 2, 3
3434 * pytest: >=3.6
3535
3636* Licence: BSD
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ def read(fname):
5353 'Programming Language :: Python :: 3.4' ,
5454 'Programming Language :: Python :: 3.5' ,
5555 'Programming Language :: Python :: 3.6' ,
56+ 'Programming Language :: Python :: 3.7' ,
5657 'Programming Language :: Python :: Implementation :: CPython' ,
5758 'Programming Language :: Python :: Implementation :: PyPy' ,
5859 'Topic :: Software Development :: Testing' ,
You can’t perform that action at this time.
0 commit comments