Skip to content

Commit 197816a

Browse files
committed
Reverted .travis.yml
1 parent 27c312d commit 197816a

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

.travis.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,34 @@
1+
dist: xenial
12
language: python
23

34
python:
5+
- 2.7
46
- 3.8
57

68
env:
9+
- DJANGO_VERSION=1.11
10+
- DJANGO_VERSION=2.0
11+
- DJANGO_VERSION=2.1
712
- DJANGO_VERSION=2.2
13+
- DJANGO_VERSION=3.0
14+
- DJANGO_VERSION=3.1
815
- DJANGO_VERSION=3.2
916
- DJANGO_VERSION=4.0
1017

1118
matrix:
1219
exclude:
13-
- python: 3.8
20+
- python: 2.7
21+
env: DJANGO_VERSION=2.0
22+
- python: 2.7
23+
env: DJANGO_VERSION=2.1
24+
- python: 2.7
1425
env: DJANGO_VERSION=2.2
15-
- python: 3.8
26+
- python: 2.7
27+
env: DJANGO_VERSION=3.0
28+
- python: 2.7
29+
env: DJANGO_VERSION=3.1
30+
- python: 2.7
1631
env: DJANGO_VERSION=3.2
17-
- python: 3.8
18-
env: DJANGO_VERSION=4.0
1932

2033
before_install:
2134
- sudo add-apt-repository -y ppa:ubuntugis/ppa

0 commit comments

Comments
 (0)