File tree 1 file changed +19
-12
lines changed
1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,25 @@ before_script:
15
15
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
16
16
- psql -c 'create database test;' -U postgres
17
17
script : python tests/sqltests.py
18
- deploy :
19
- - provider : script
20
- script : ' curl --fail --data "{ \"tag_name\": \"v$(python setup.py --version)\",
21
- \"target_commitish\": \"$TRAVIS_COMMIT\", \"name\": \"v$(python setup.py --version)\"
22
- }" --user bot50:$GITHUB_TOKEN https://api.github.com/repos/$TRAVIS_REPO_SLUG/releases'
23
- on :
24
- branch : master
25
- - provider : pypi
26
- user : " $PYPI_USERNAME"
27
- password : " $PYPI_PASSWORD"
28
- on :
29
- branch : master
18
+ jobs :
19
+ include :
20
+ - stage : deploy
21
+ python : ' 3.4'
22
+ install : skip
23
+ before_script : skip
24
+ script : skip
25
+ deploy :
26
+ - provider : script
27
+ script : ' curl --fail --data "{ \"tag_name\": \"v$(python setup.py --version)\",
28
+ \"target_commitish\": \"$TRAVIS_COMMIT\", \"name\": \"v$(python setup.py --version)\"
29
+ }" --user bot50:$GITHUB_TOKEN https://api.github.com/repos/$TRAVIS_REPO_SLUG/releases'
30
+ on :
31
+ branch : master
32
+ - provider : pypi
33
+ user : " $PYPI_USERNAME"
34
+ password : " $PYPI_PASSWORD"
35
+ on :
36
+ branch : master
30
37
notifications :
31
38
slack :
32
39
secure : lJklhcBVjDT6KzUNa3RFHXdXSeH7ytuuGrkZ5ZcR72CXMoTf2pMJTzPwRLWOp6lCSdDC9Y8MWLrcg/e33dJga4Jlp9alOmWqeqesaFjfee4st8vAsgNbv8/RajPH1gD2bnkt8oIwUzdHItdb5AucKFYjbH2g0d8ndoqYqUeBLrnsT1AP5G/Vi9OHC9OWNpR0FKaZIJE0Wt52vkPMH3sV2mFeIskByPB+56U5y547mualKxn61IVR/dhYBEtZQJuSvnwKHPOn9Pkk7cCa+SSSeTJ4w5LboY8T17otaYNauXo46i1bKIoGiBcCcrJyQHHiPQmcq/YU540MC5Wzt9YXUycmJzRi347oyQeDee27wV3XJlWMXuuhbtJiKCFny7BTQ160VATlj/dbwIzN99Ra6/BtTumv/6LyTdKIuVjdAkcN8dtdDW1nlrQ29zuPNCcXXzJ7zX7kQaOCUV1c2OrsbiH/0fE9nknUORn97txqhlYVi0QMS7764wFo6kg0vpmFQRkkQySsJl+TmgcZ01AlsJc2EMMWVuaj9Af9JU4/4yalqDiXIh1fOYYUZnLfOfWS+MsnI+/oLfqJFyMbrsQQTIjs+kTzbiEdhd2R4EZgusU/xRFWokS2NAvahexrRhRQ6tpAI+LezPrkNOR3aHiykBf+P9BkUa0wPp6V2Ayc6q0=
You can’t perform that action at this time.
0 commit comments