Skip to content

Commit 42e0ecc

Browse files
committed
Allow failure pypy3
1 parent 76e71d1 commit 42e0ecc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ matrix:
5151
allow_failures:
5252
- env: TOX_ENV=py35-djdev
5353
- env: TOX_ENV=py36-djdev
54+
- env: TOX_ENV=pypy3-dj111
5455
install:
5556
- pip install tox
5657
script:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ basepython =
1313
py34: python3.4
1414
py35: python3.5
1515
py36: python3.6
16-
pypy2: pypy2
16+
pypy2: pypy
1717
pypy3: pypy3
1818
deps =
1919
dj18: Django>=1.8,<1.9

0 commit comments

Comments
 (0)