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

Commit bf4dfe6

Browse files
committed
Add aiopg to the travis build
1 parent 83c1455 commit bf4dfe6

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, postgresql+aiopg://localhost/test_database"
1313

1414
services:
1515
- postgresql

0 commit comments

Comments
 (0)