Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 96e26db

Browse files
Fix TEST_DATABASE_URLS
1 parent 16bc5d7 commit 96e26db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
- "3.7"
1010

1111
env:
12-
- TEST_DATABASE_URLS="postgresql://localhost/test_database, mysql://localhost/test_database", sqlite:///test.db
12+
- TEST_DATABASE_URLS="postgresql://localhost/test_database, mysql://localhost/test_database, sqlite:///test.db"
1313

1414
services:
1515
- postgresql

0 commit comments

Comments
 (0)