File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,21 +7,17 @@ addons:
77language : python
88
99python :
10- - " 2.7"
10+ - " 2.7"
1111
1212virtualenv :
13- system_site_packages : true
13+ system_site_packages : true
1414
15- install :
16- - pip install coveralls
17- - pip install codecov --user
18- - pip install -r test_requirements.txt
19- - pip install .
15+ env :
16+ 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"
18+ matrix :
19+ - TESTS="1"
20+ - DOCS="1"
2021
21- # command to run tests
2222script :
23- - coverage run setup.py test
24-
25- after_success :
26- - coveralls
27- - codecov
23+ - wget -O - https://gist.githubusercontent.com/lasley/e547cc2f66cff91e9494ad46b69b9571/raw/6b2cf174988d62e79b0ebedbc0dfb013d65e8dcc/Python%2520Travis%2520Tests | bash
Original file line number Diff line number Diff line change 3737Usage
3838-----
3939
40+ * `API Documentation <https://laslabs.github.io/python-carepoint >`_
41+
4042Connect to Database server
4143~~~~~~~~~~~~~~~~~~~~~~~~~~
4244
You can’t perform that action at this time.
0 commit comments