Skip to content

Commit b30b761

Browse files
committed
try to clean up travis testing matrix
1 parent e285d02 commit b30b761

File tree

2 files changed

+4
-31
lines changed

2 files changed

+4
-31
lines changed

.travis.yml

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,19 @@
11
language: python
22
sudo: false
33
python:
4-
- 2.7
5-
- 3.4
6-
- 3.5
74
- 3.6
5+
- 3.7
6+
- 3.8
87
env:
8+
- DJANGO="django>=3.0.0,<3.1"
99
- DJANGO="django>=2.2.0,<3.0"
1010
- DJANGO="django>=2.1.0,<2.2.0"
1111
- DJANGO="django>=2.0.0,<2.1.0"
12-
- DJANGO="django>=1.11.0,<1.12.0"
13-
- DJANGO="django>=1.10.2,<1.11.0"
14-
- DJANGO="django>=1.9.3,<1.10.0"
15-
- DJANGO="django>=1.8.10,<1.9.0"
1612
matrix:
1713
include:
1814
- python: 3.7
1915
dist: xenial
2016
sudo: true
21-
exclude:
22-
- python: 2.7
23-
env: DJANGO="django>=2.0.0,<2.1.0"
24-
- python: 2.7
25-
env: DJANGO="django>=2.1.0,<2.2.0"
26-
- python: 2.7
27-
env: DJANGO="django>=2.2.0,<3.0"
28-
- python: 3.4
29-
env: DJANGO="django>=2.1.0,<2.2.0"
30-
- python: 3.4
31-
env: DJANGO="django>=2.2.0,<3.0"
32-
- python: 3.5
33-
env: DJANGO="django>=2.2.0,<3.0"
34-
- python: 3.6
35-
env: DJANGO="django>=2.2.0,<3.0"
36-
- python: 3.7
37-
env: DJANGO="django>=1.11.0,<1.12.0"
38-
- python: 3.7
39-
env: DJANGO="django>=1.10.2,<1.11.0"
40-
- python: 3.7
41-
env: DJANGO="django>=1.9.3,<1.10.0"
42-
- python: 3.7
43-
env: DJANGO="django>=1.8.10,<1.9.0"
4417

4518
install:
4619
- travis_retry pip install pep8==1.7.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,6 @@ special_feed.follow('timeline:60')
371371

372372
### Copyright and License Information
373373

374-
Copyright (c) 2014-2017 Stream.io Inc, and individual contributors. All rights reserved.
374+
Copyright (c) 2014-2020 Stream.io Inc, and individual contributors. All rights reserved.
375375

376376
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.

0 commit comments

Comments
 (0)