Skip to content

Commit 4bc77ab

Browse files
author
Kareem Zidane
committedMay 27, 2017
fixed sqltests.py path
1 parent 77dbb65 commit 4bc77ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
before_script:
1515
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
1616
- psql -c 'create database test;' -U postgres
17-
script: python test/sqltests.py
17+
script: python tests/sqltests.py
1818
deploy:
1919
- provider: script
2020
script: 'curl --fail --data "{ \"tag_name\": \"v$(python setup.py --version)\",

0 commit comments

Comments
 (0)
Please sign in to comment.