We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dbb65 commit 4bc77abCopy full SHA for 4bc77ab
.travis.yml
@@ -14,7 +14,7 @@ install:
14
before_script:
15
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
16
- psql -c 'create database test;' -U postgres
17
-script: python test/sqltests.py
+script: python tests/sqltests.py
18
deploy:
19
- provider: script
20
script: 'curl --fail --data "{ \"tag_name\": \"v$(python setup.py --version)\",
0 commit comments