Skip to content

Commit 6cca872

Browse files
committed
[IMP] Upgrade Travis
1 parent 2b951a1 commit 6cca872

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

.travis.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@ addons:
77
language: python
88

99
python:
10-
- "2.7"
10+
- "2.7"
1111

1212
virtualenv:
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
2222
script:
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

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Setup
3737
Usage
3838
-----
3939

40+
* `API Documentation <https://laslabs.github.io/python-carepoint>`_
41+
4042
Connect to Database server
4143
~~~~~~~~~~~~~~~~~~~~~~~~~~
4244

0 commit comments

Comments
 (0)