Skip to content

Commit 8b1d355

Browse files
authored
Travis: re-add pypy3 to builds (#456)
1 parent d8a2bfc commit 8b1d355

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ matrix:
4545
- python: pypy
4646
env: TOXENV=pypy-pytest30-django1.11-sqlite_file
4747

48+
- python: pypy3
49+
env: TOXENV=pypy3-pytest30-django1.8-sqlite
50+
- python: pypy3
51+
env: TOXENV=pypy3-pytest30-django1.10-sqlite_file
52+
4853
allow_failures:
4954
- env: TOXENV=py35-pytest30-djangomaster-postgres
5055

5156
# Temporary.
5257
# https://github.com/pytest-dev/pytest-django/pull/445
5358
# https://github.com/pytest-dev/pytest-django/issues/448
54-
- python: pypy3
55-
env: TOXENV=pypy3-pytest29-django1.8-sqlite_file
56-
- python: pypy3
57-
env: TOXENV=pypy3-pytest30-django1.8-sqlite
58-
- python: pypy3
59-
env: TOXENV=pypy3-pytest30-django1.8-sqlite_file
60-
59+
- env: TOXENV=pypy3-pytest30-django1.8-sqlite
60+
- env: TOXENV=pypy3-pytest30-django1.10-sqlite_file
6161

6262
cache:
6363
directories:

0 commit comments

Comments
 (0)