Skip to content

Commit 6f49091

Browse files
committed
travis config fix
1 parent 8ddef5d commit 6f49091

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ env:
1010
- DJANGO="Django>=2.0,<2.2"
1111
matrix:
1212
exclude:
13-
- python: "3.5"
14-
env: DJANGO="Django>=1.11,<2.0"
13+
- python: "2.7"
14+
env: DJANGO="Django>=2.0,<2.2"
1515
- python: "pypy"
16-
env: DJANGO="Django>=1.11,<2.0"
16+
env: DJANGO="Django>=2.0,<2.2"
1717
# command to install dependencies
1818
install:
1919
- pip install -r requirements.txt

0 commit comments

Comments
 (0)