We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e71d1 commit 42e0eccCopy full SHA for 42e0ecc
.travis.yml
@@ -51,6 +51,7 @@ matrix:
51
allow_failures:
52
- env: TOX_ENV=py35-djdev
53
- env: TOX_ENV=py36-djdev
54
+ - env: TOX_ENV=pypy3-dj111
55
install:
56
- pip install tox
57
script:
tox.ini
@@ -13,7 +13,7 @@ basepython =
13
py34: python3.4
14
py35: python3.5
15
py36: python3.6
16
- pypy2: pypy2
+ pypy2: pypy
17
pypy3: pypy3
18
deps =
19
dj18: Django>=1.8,<1.9
0 commit comments