We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a01cd4 commit 665eeb4Copy full SHA for 665eeb4
python/README.rst
@@ -158,7 +158,7 @@ Development
158
(venv) $ pip install -r dev_requirements.txt
159
160
# testing
161
- (venv) $ tox # -e py37 -e cov -e black
+ (venv) $ pytest
162
163
164
Publish
python/setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = covertable
3
-version = 2.0.1
+version = 2.1.0
4
author = righ
5
author_email = righ.m9@gmail.com
6
url = https://github.com/walkframe/covertable/
@@ -36,5 +36,5 @@ keywords =
36
covering-arrays
37
pict
38
39
-description = It makes combinations covering pairs for pairwise testing.
+description = A flexible pairwise tool written in Python.
40
long_description = file: README.rst
0 commit comments