Skip to content

Commit 03b1b2f

Browse files
authored
Travis: move pypy3 jobs to allow_failures for now (#450)
Fixes #448.
1 parent 2279b6e commit 03b1b2f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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

5761
cache:
5862
directories:

0 commit comments

Comments
 (0)