Skip to content

Commit 8c722a4

Browse files
committed
bump python and django versions in .travis.yml
1 parent dee7221 commit 8c722a4

File tree

3 files changed

+12
-21
lines changed

3 files changed

+12
-21
lines changed

.travis.yml

+12-19
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
language: python
22

33
python:
4-
- "2.7"
5-
- "3.2"
6-
- "3.4"
4+
- "3.5"
5+
- "3.6"
6+
- "3.7"
7+
- "3.8"
78

89
env:
9-
- DJANGO=django==1.5.10
10+
- DJANGO=django==2.2
11+
- DJANGO=django==3.0
12+
- DJANGO=django==3.1
1013
install:
1114
- pip install $DJANGO
12-
- pip install -r requirements/travis-ci.txt
1315

1416
script:
1517
- python runtests.py
@@ -18,18 +20,9 @@ branches:
1820
only:
1921
- master
2022

21-
matrix:
22-
include:
23-
- python: "2.7"
24-
env: DJANGO=django==1.6.6
25-
- python: "2.7"
26-
env: DJANGO=django==1.7
27-
- python: "3.2"
28-
env: DJANGO=django==1.7
29-
- python: "3.4"
30-
env: DJANGO=django==1.7
23+
jobs:
3124
exclude:
32-
- python: "3.2"
33-
env: DJANGO=django==1.5.10 --use-mirrors
34-
- python: "3.4"
35-
env: DJANGO=django==1.5.10 --use-mirrors
25+
- python: "3.5"
26+
env: DJANGO=django==3.0
27+
- python: "3.5"
28+
env: DJANGO=django==3.1

requirements/test.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
Django
2-
mock

requirements/travis-ci.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)