Skip to content

Commit 768fd3d

Browse files
author
Ted S
authored
Merge pull request #5 from LasLabs/feature/master/sphinx
[IMP] Somewhat centralize Travis & Add docs
2 parents 0770766 + 9bf30eb commit 768fd3d

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

.travis.yml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,17 @@ addons:
66
language: python
77

88
python:
9-
- "2.7"
9+
- "2.7"
1010

1111
virtualenv:
12-
system_site_packages: true
12+
system_site_packages: true
1313

14-
install:
15-
- pip install coveralls
16-
- pip install codecov --user
17-
- pip install codeclimate-test-reporter
18-
- pip install -r requirements.txt
19-
- pip install .
14+
env:
15+
global:
16+
- TESTS="0" LINT_CHECK="0" DOCS="0" VERSION="0.1.0" RELEASE="0.1.0" PROJECT="Python-CFSSL" BRANCH_PROD="master" BRANCH_DOC="gh-pages"
17+
matrix:
18+
- TESTS="1"
19+
- DOCS="1"
2020

21-
# command to run tests
2221
script:
23-
- coverage run setup.py test
24-
25-
after_success:
26-
- coveralls
27-
- codecov
28-
- codeclimate-test-reporter
22+
- 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
@@ -14,6 +14,8 @@ Setup
1414
Usage
1515
-----
1616

17+
`API Documentation <https://laslabs.github.io/python-cfssl>`_
18+
1719
Known Issues / Road Map
1820
-----------------------
1921

0 commit comments

Comments
 (0)