Skip to content

Commit

Permalink
Travis: use sqlite with py36-djmaster (faster)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Aug 16, 2018
1 parent b1f1b26 commit 5619f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sudo: true

- python: 3.6
env: TOXENV=py36-djmaster-postgres
env: TOXENV=py36-djmaster-sqlite
- python: 3.6
env: TOXENV=py36-dj20-postgres
- python: 3.6
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
# NOTE: does not show up in "allowed failures" section, but is allowed to
# fail (for the "test" stage).
allow_failures:
- env: TOXENV=py36-djmaster-postgres
- env: TOXENV=py36-djmaster-sqlite

stages:
- name: test
Expand Down

0 comments on commit 5619f16

Please sign in to comment.