Skip to content

Commit c9ca374

Browse files
author
Kareem Zidane
committed
fixed sqlite tests
1 parent 3df5972 commit c9ca374

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ install:
1414
before_script:
1515
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
1616
- psql -c 'create database test;' -U postgres
17+
- touch test.db
1718
script: python tests/sql.py
19+
after_script: rm -f test.db
1820
jobs:
1921
include:
2022
- stage: deploy

0 commit comments

Comments
 (0)