File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -40,19 +40,23 @@ matrix:
40
40
- python : 2.7
41
41
env : TOXENV=py27-checkqa
42
42
43
+ - python : pypy
44
+ env : TOXENV=pypy-pytest30-django1.10-sqlite_file
45
+
46
+ allow_failures :
47
+ - env : TOXENV=py27-pytest30-djangomaster-postgres
48
+ - env : TOXENV=py35-pytest30-djangomaster-postgres
49
+
50
+ # Temporary.
51
+ # https://github.com/pytest-dev/pytest-django/pull/445
52
+ # https://github.com/pytest-dev/pytest-django/issues/448
43
53
- python : pypy3
44
54
env : TOXENV=pypy3-pytest29-django1.8-sqlite_file
45
55
- python : pypy3
46
56
env : TOXENV=pypy3-pytest30-django1.8-sqlite
47
57
- python : pypy3
48
58
env : TOXENV=pypy3-pytest30-django1.8-sqlite_file
49
59
50
- - python : pypy
51
- env : TOXENV=pypy-pytest30-django1.10-sqlite_file
52
-
53
- allow_failures :
54
- - env : TOXENV=py27-pytest30-djangomaster-postgres
55
- - env : TOXENV=py35-pytest30-djangomaster-postgres
56
60
57
61
cache :
58
62
directories :
You can’t perform that action at this time.
0 commit comments