File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,23 +6,17 @@ addons:
66language : python
77
88python :
9- - " 2.7"
9+ - " 2.7"
1010
1111virtualenv :
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
2221script :
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
Original file line number Diff line number Diff line change 1414Usage
1515-----
1616
17+ `API Documentation <https://laslabs.github.io/python-cfssl >`_
18+
1719Known Issues / Road Map
1820-----------------------
1921
You can’t perform that action at this time.
0 commit comments