Skip to content

Commit aaacfa4

Browse files
committed
🔥 remove python verions lower than 3.6
1 parent 08ac597 commit aaacfa4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,10 @@ env:
1313
- DJANGO_VERSION=2.0.8
1414
- DJANGO_VERSION=2.1
1515
python:
16-
- 2.7
17-
- 3.5
1816
- 3.6
1917
- 3.7
2018
matrix:
2119
exclude:
22-
- python: 2.7
23-
env: DJANGO_VERSION=2.0.8
24-
- python: 2.7
25-
env: DJANGO_VERSION=2.1
26-
- python: 3.5
27-
env: DJANGO_VERSION=1.6.11
28-
- python: 3.5
29-
env: DJANGO_VERSION=1.7.11
30-
- python: 3.5
31-
env: DJANGO_VERSION=1.8.18
32-
- python: 3.5
33-
env: DJANGO_VERSION=1.11.9
3420
- python: 3.6
3521
env: DJANGO_VERSION=1.6.11
3622
- python: 3.6

0 commit comments

Comments
 (0)