This repository was archived by the owner on Sep 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ flake8: .install-test-deps
12
12
touch .install
13
13
14
14
test : .install .install-test-deps flake8
15
+ # test that we can make the HTML for pypi. 1(info) might be too strict
16
+ rst2html.py --report=1 --exit-status=1 README.rst > /dev/null
15
17
py.test -v tests/
16
18
17
19
cov cover coverage : .install .install-test-deps flake8
Original file line number Diff line number Diff line change 1
- DataRobot batch_scoring
1
+ datarobot_batch_scoring
2
2
=======================
3
3
4
4
A script to score CSV files via DataRobot's prediction API.
5
5
6
6
.. image :: https://coveralls.io/repos/github/datarobot/batch-scoring/badge.svg?branch=master
7
- :target: https://coveralls.io/github/datarobot/batch-scoring?branch=master
7
+ :target: https://coveralls.io/github/datarobot/batch-scoring?branch=master
8
8
9
9
.. image :: https://travis-ci.org/datarobot/batch-scoring.svg?branch=master
10
- :target: https://travis-ci.org/datarobot/batch-scoring#master
10
+ :target: https://travis-ci.org/datarobot/batch-scoring#master
11
11
12
12
.. image :: https://caniusepython3.com/project/datarobot_batch_scoring.svg
13
13
14
14
.. image :: https://badge.fury.io/py/datarobot_batch_scoring.svg
15
- :target: https://badge.fury.io/py/datarobot_batch_scoring.svg
15
+ :target: https://badge.fury.io/py/datarobot_batch_scoring.svg
16
16
17
17
18
18
How to install
19
19
--------------
20
20
21
- Install or upgrade to last version:
22
- ::
21
+ Install or upgrade to last version: ::
23
22
24
23
$ pip install -U datarobot_batch_scoring
25
24
26
- How to install particular version:
27
- ::
25
+ How to install particular version: ::
28
26
29
27
$ pip install datarobot_batch_scoring==x.y.z
30
28
You can’t perform that action at this time.
0 commit comments