Skip to content

Commit 53ef313

Browse files
committed
trying to fix travis config
1 parent ec36ba4 commit 53ef313

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: true
33
python:
44
- 3.5
55
- 3.6
6-
- 3.7
76

87
addons:
98
postgresql: "9.4"
@@ -18,8 +17,8 @@ services:
1817

1918
jobs:
2019
include:
21-
- env: TRAVIS_PYTHON_VERSION=3.7
22-
python: 3.7
20+
- python: 3.7
21+
env: TRAVIS_PYTHON_VERSION=3.7 DJANGO=2.1 DB=mysql
2322
sudo: required
2423
dist: xenial
2524

0 commit comments

Comments
 (0)