Skip to content

Commit 5619f16

Browse files
committed
Travis: use sqlite with py36-djmaster (faster)
1 parent b1f1b26 commit 5619f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
sudo: true
1414

1515
- python: 3.6
16-
env: TOXENV=py36-djmaster-postgres
16+
env: TOXENV=py36-djmaster-sqlite
1717
- python: 3.6
1818
env: TOXENV=py36-dj20-postgres
1919
- python: 3.6
@@ -61,7 +61,7 @@ jobs:
6161
# NOTE: does not show up in "allowed failures" section, but is allowed to
6262
# fail (for the "test" stage).
6363
allow_failures:
64-
- env: TOXENV=py36-djmaster-postgres
64+
- env: TOXENV=py36-djmaster-sqlite
6565

6666
stages:
6767
- name: test

0 commit comments

Comments
 (0)