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
matrix :
6
6
fast_finish : true
7
7
include :
8
- - python : 3.6
9
- env : TOXENV=py36-djmaster-postgres
8
+ - python : 3.7-dev
9
+ env : TOXENV=py37-djmaster-postgres
10
+
10
11
- python : 3.6
11
12
env : TOXENV=py36-dj20-postgres
12
13
- python : 3.6
@@ -35,7 +36,7 @@ matrix:
35
36
env : TOXENV=checkqa
36
37
37
38
allow_failures :
38
- - env : TOXENV=py36 -djmaster-postgres
39
+ - env : TOXENV=py37 -djmaster-postgres
39
40
40
41
install :
41
42
# Create pip wrapper script, using travis_retry (a function) and
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pytest-django allows you to test your Django project/applications with the
29
29
* Version compatibility:
30
30
31
31
* Django: 1.8-1.11, 2.0 and latest master branch (compatible at the time of each release)
32
- * Python: CPython 2.7, 3.4-3.6 or PyPy 2, 3
32
+ * Python: CPython 2.7, 3.4-3.7 or PyPy 2, 3
33
33
* pytest: >2.9.x
34
34
35
35
* Licence: BSD
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ def read(fname):
46
46
'Programming Language :: Python :: 3.4' ,
47
47
'Programming Language :: Python :: 3.5' ,
48
48
'Programming Language :: Python :: 3.6' ,
49
+ 'Programming Language :: Python :: 3.7' ,
49
50
'Programming Language :: Python :: Implementation :: CPython' ,
50
51
'Programming Language :: Python :: Implementation :: PyPy' ,
51
52
'Topic :: Software Development :: Testing' ,
You can’t perform that action at this time.
0 commit comments