Skip to content

Commit

Permalink
fix tox sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Oct 15, 2019
1 parent f2c3694 commit 642691c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ addons:
matrix:
fast_finish: true
include:
- { python: "3.7", env: DJANGO=2.2 DATABASE=sqlite SPATIALITE_LIBRARY_PATH='mod_spatialite' }

- { python: "2.7", env: DJANGO=1.8 DATABASE=postgres }
- { python: "3.4", env: DJANGO=1.8 DATABASE=postgres }
- { python: "3.5", env: DJANGO=1.8 DATABASE=postgres }
Expand Down Expand Up @@ -43,8 +45,6 @@ matrix:
- { python: "3.6", env: DJANGO=2.2 DATABASE=postgres }
- { python: "3.7", env: DJANGO=2.2 DATABASE=postgres }

- { python: "3.7", env: DJANGO=2.2 DATABASE=sqlite SPATIALITE_LIBRARY_PATH='mod_spatialite' }

- { python: "3.5", env: DJANGO=master DATABASE=postgres }
- { python: "3.6", env: DJANGO=master DATABASE=postgres }
- { python: "3.7", env: DJANGO=master DATABASE=postgres }
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deps =
postgres: psycopg2-binary
argparse
coverage
passenv = DATABASE
passenv = DATABASE SPATIALITE_LIBRARY_PATH

[travis:env]
DJANGO =
Expand Down

0 comments on commit 642691c

Please sign in to comment.