Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3a059d

Browse files
committed
[Fix] remove django 3.1 for python 3.5
1 parent 8064728 commit e3a059d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ matrix:
2525
env: DJANGO=22
2626
- python: "2.7"
2727
env: DJANGO=31
28+
- python: "3.5"
29+
env: DJANGO=31
2830

2931
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
3032
install: pip install -r requirements_test.txt

0 commit comments

Comments
 (0)