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:
4040 - python : 2.7
4141 env : TOXENV=py27-checkqa
4242
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
4353 - python : pypy3
4454 env : TOXENV=pypy3-pytest29-django1.8-sqlite_file
4555 - python : pypy3
4656 env : TOXENV=pypy3-pytest30-django1.8-sqlite
4757 - python : pypy3
4858 env : TOXENV=pypy3-pytest30-django1.8-sqlite_file
4959
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
5660
5761cache :
5862 directories :
You can’t perform that action at this time.
0 commit comments