Skip to content

Commit a0225e1

Browse files
authored
Merge pull request #29 from ccnmtl/nikolas-patch-4
clean up travis.yml
2 parents c748d5e + 2c22f98 commit a0225e1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@ language: python
22
sudo: false
33
python:
44
- '2.7'
5-
- '3.5'
65
- '3.6'
76
env:
8-
- DJANGO="Django>=1.8.0,<1.9.0"
97
- DJANGO="Django>=1.11,<1.12.0"
10-
- DJANGO="Django>=2.0,<2.1"
11-
- DJANGO="Django>=2.1,<2.2"
8+
- DJANGO="Django>=2.2,<2.3"
129
matrix:
1310
exclude:
1411
- python: '2.7'
15-
env: DJANGO="Django>=2.0,<2.1"
16-
- python: '2.7'
17-
env: DJANGO="Django>=2.1,<2.2"
12+
env: DJANGO="Django>=2.2,<2.3"
1813
install:
1914
- pip install $DJANGO
2015
- pip install flake8

0 commit comments

Comments
 (0)