File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11addons :
2- apt :
3- packages :
4- - expect-dev # provides unbuffer utility
5- - unixodbc-dev
2+ apt :
3+ packages :
4+ - expect-dev # provides unbuffer utility
5+ - unixodbc-dev
66
77language : python
88
@@ -14,10 +14,18 @@ virtualenv:
1414
1515env :
1616 global :
17- - TESTS="0" LINT_CHECK="0" DOCS="0" VERSION="0.1.0" RELEASE="0.1.8" PROJECT="Python- CarePoint" BRANCH_PROD="master" BRANCH_DOC="gh-pages"
17+ - TESTS="0" LINT_CHECK="0" DOCS="0" VERSION="0.1.0" RELEASE="0.1.8" PROJECT="Python CarePoint" BRANCH_PROD="master" BRANCH_DOC="gh-pages"
1818 matrix :
1919 - TESTS="1"
2020 - DOCS="1"
2121
22+ install :
23+ - git clone --depth=1 https://github.com/LasLabs/python-quality-tools.git ${HOME}/python-quality-tools
24+ - export PATH=${HOME}/python-quality-tools/travis:${PATH}
25+ - travis_install
26+
2227script :
23- - wget -O - https://gist.githubusercontent.com/lasley/e547cc2f66cff91e9494ad46b69b9571/raw/6b2cf174988d62e79b0ebedbc0dfb013d65e8dcc/Python%2520Travis%2520Tests | bash
28+ - travis_run
29+
30+ after_success :
31+ - travis_after_success
You can’t perform that action at this time.
0 commit comments