File tree 1 file changed +2
-27
lines changed
1 file changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Overview
10
10
* - docs
11
11
- |docs |
12
12
* - tests
13
- - | |travis | | appveyor | |requires |
13
+ - | |appveyor | |requires |
14
14
| |codecov|
15
15
* - package
16
16
- | |version | |wheel | |supported-versions | |supported-implementations |
@@ -59,7 +59,7 @@ Overview
59
59
60
60
.. end-badges
61
61
62
- opendsspy is a Windows Python package providing access to OpenDSS direct dll version of OpenDSS.
62
+ py-dss-interface is a Windows Python package providing access to OpenDSS direct dll version of OpenDSS.
63
63
64
64
* Free software: MIT license
65
65
@@ -80,28 +80,3 @@ Documentation
80
80
81
81
82
82
https://py_dss_interface.readthedocs.io/
83
-
84
-
85
- Development
86
- ===========
87
-
88
- To run the all tests run::
89
-
90
- tox
91
-
92
- Note, to combine the coverage data from all the tox environments run:
93
-
94
- .. list-table ::
95
- :widths: 10 90
96
- :stub-columns: 1
97
-
98
- - - Windows
99
- - ::
100
-
101
- set PYTEST_ADDOPTS=--cov-append
102
- tox
103
-
104
- - - Other
105
- - ::
106
-
107
- PYTEST_ADDOPTS=--cov-append tox
You can’t perform that action at this time.
0 commit comments