Skip to content

Commit ed734df

Browse files
committed
Excluded pypy/Django 2.0 from Travis
Django 2.0 doesn't support Python 2.
1 parent 78b8b0c commit ed734df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ matrix:
9494
env: DJANGO_VERSION=">=2.1,<2.2" VERSION_ES=">=2.0.0,<3.0.0"
9595
- python: 3.4
9696
env: DJANGO_VERSION=">=2.1,<2.2" VERSION_ES=">=1.0.0,<2.0.0"
97+
- python: pypy
98+
env: DJANGO_VERSION=">=2.0,<2.1" VERSION_ES=">=5.0.0,<6.0.0"
99+
- python: pypy
100+
env: DJANGO_VERSION=">=2.0,<2.1" VERSION_ES=">=2.0.0,<3.0.0"
101+
- python: pypy
102+
env: DJANGO_VERSION=">=2.0,<2.1" VERSION_ES=">=1.0.0,<2.0.0"
97103
- python: pypy
98104
env: DJANGO_VERSION=">=2.1,<2.2" VERSION_ES=">=5.0.0,<6.0.0"
99105
- python: pypy

0 commit comments

Comments
 (0)