@@ -7,60 +7,60 @@ matrix:
7
7
include :
8
8
9
9
- python : 3.6
10
- env : TOXENV=py36-pytest30 -djangomaster-postgres
10
+ env : TOXENV=py36-pytest3 -djangomaster-postgres
11
11
- python : 3.6
12
- env : TOXENV=py36-pytest30 -django1.11-postgres
12
+ env : TOXENV=py36-pytest3 -django1.11-postgres
13
13
- python : 3.6
14
- env : TOXENV=py36-pytest30 -django1.10-postgres
14
+ env : TOXENV=py36-pytest3 -django1.10-postgres
15
15
- python : 3.6
16
- env : TOXENV=py36-pytest30 -django1.9-postgres
16
+ env : TOXENV=py36-pytest3 -django1.9-postgres
17
17
- python : 3.6
18
- env : TOXENV=py36-pytest30 -django1.8-postgres
18
+ env : TOXENV=py36-pytest3 -django1.8-postgres
19
19
- python : 3.6
20
20
env : TOXENV=py36-checkqa
21
21
22
22
- python : 3.5
23
- env : TOXENV=py35-pytest30 -django1.11-postgres
23
+ env : TOXENV=py35-pytest3 -django1.11-postgres
24
24
25
25
- python : 3.4
26
- env : TOXENV=py34-pytest30 -django1.11-postgres
26
+ env : TOXENV=py34-pytest3 -django1.11-postgres
27
27
28
28
- python : 3.3
29
- env : TOXENV=py34-pytest30 -django1.8-postgres
29
+ env : TOXENV=py34-pytest3 -django1.8-postgres
30
30
31
31
- python : 2.7
32
- env : TOXENV=py27-pytest30 -django1.11-mysql_innodb
32
+ env : TOXENV=py27-pytest3 -django1.11-mysql_innodb
33
33
- python : 2.7
34
- env : TOXENV=py27-pytest30 -django1.11-mysql_myisam
34
+ env : TOXENV=py27-pytest3 -django1.11-mysql_myisam
35
35
- python : 2.7
36
- env : TOXENV=py27-pytest30 -django1.11-postgres
36
+ env : TOXENV=py27-pytest3 -django1.11-postgres
37
37
- python : 2.7
38
- env : TOXENV=py27-pytest30 -django1.10-postgres
38
+ env : TOXENV=py27-pytest3 -django1.10-postgres
39
39
- python : 2.7
40
- env : TOXENV=py27-pytest30 -django1.9-postgres
40
+ env : TOXENV=py27-pytest3 -django1.9-postgres
41
41
- python : 2.7
42
- env : TOXENV=py27-pytest30 -django1.8-postgres
42
+ env : TOXENV=py27-pytest3 -django1.8-postgres
43
43
- python : 2.7
44
- env : TOXENV=py27-pytest30 -django1.7-postgres
44
+ env : TOXENV=py27-pytest3 -django1.7-postgres
45
45
- python : 2.7
46
46
env : TOXENV=py27-checkqa
47
47
48
48
- python : pypy
49
- env : TOXENV=pypy-pytest30 -django1.11-sqlite_file
49
+ env : TOXENV=pypy-pytest3 -django1.11-sqlite_file
50
50
51
51
- python : pypy3
52
- env : TOXENV=pypy3-pytest30 -django1.8-sqlite
52
+ env : TOXENV=pypy3-pytest3 -django1.8-sqlite
53
53
- python : pypy3
54
- env : TOXENV=pypy3-pytest30 -django1.10-sqlite_file
54
+ env : TOXENV=pypy3-pytest3 -django1.10-sqlite_file
55
55
56
56
allow_failures :
57
- - env : TOXENV=py36-pytest30 -djangomaster-postgres
57
+ - env : TOXENV=py36-pytest3 -djangomaster-postgres
58
58
59
59
# Temporary.
60
60
# https://github.com/pytest-dev/pytest-django/pull/445
61
61
# https://github.com/pytest-dev/pytest-django/issues/448
62
- - env : TOXENV=pypy3-pytest30 -django1.8-sqlite
63
- - env : TOXENV=pypy3-pytest30 -django1.10-sqlite_file
62
+ - env : TOXENV=pypy3-pytest3 -django1.8-sqlite
63
+ - env : TOXENV=pypy3-pytest3 -django1.10-sqlite_file
64
64
65
65
cache :
66
66
directories :
0 commit comments