Skip to content

Commit d202fcd

Browse files
committed
[IMP] Upgrade Travis to new repo
1 parent 6cca872 commit d202fcd

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

.travis.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
addons:
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

77
language: python
88

@@ -14,10 +14,18 @@ virtualenv:
1414

1515
env:
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+
2227
script:
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

0 commit comments

Comments
 (0)