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
5
5
jobs :
6
6
fast_finish : true
7
7
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
+
8
14
- python : 3.6
9
15
env : TOXENV=py36-djmaster-postgres
10
16
- python : 3.6
11
17
env : TOXENV=py36-dj20-postgres
12
- - python : 3.6
13
- env : TOXENV=py36-dj21-postgres
14
18
- python : 3.6
15
19
env : TOXENV=py36-dj111-sqlite
16
20
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
30
30
31
31
* Django: 1.8-1.11, 2.0-2.1,
32
32
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
34
34
* pytest: >=3.6
35
35
36
36
* Licence: BSD
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ def read(fname):
53
53
'Programming Language :: Python :: 3.4' ,
54
54
'Programming Language :: Python :: 3.5' ,
55
55
'Programming Language :: Python :: 3.6' ,
56
+ 'Programming Language :: Python :: 3.7' ,
56
57
'Programming Language :: Python :: Implementation :: CPython' ,
57
58
'Programming Language :: Python :: Implementation :: PyPy' ,
58
59
'Topic :: Software Development :: Testing' ,
You can’t perform that action at this time.
0 commit comments