File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ dist: trusty
5
5
jobs :
6
6
fast_finish : true
7
7
include :
8
- - python : 3.6
9
- env : TOXENV=py36-djmaster-postgres
8
+ - python : 3.7
9
+ env : TOXENV=py37-djmaster-postgres
10
+
10
11
- python : 3.6
11
12
env : TOXENV=py36-dj20-postgres
12
13
- python : 3.6
51
52
distributions : " sdist bdist_wheel"
52
53
53
54
allow_failures :
54
- - env : TOXENV=py36 -djmaster-postgres
55
+ - env : TOXENV=py37 -djmaster-postgres
55
56
56
57
install :
57
58
# Create pip wrapper script, using travis_retry (a function) and
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