Skip to content

Commit 7507227

Browse files
author
Dan Root
committed
More testing and tox cleanup.
1 parent bf816f6 commit 7507227

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

pytest.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[aliases]
2-
test=pytest
3-
41
[pytest]
52
norecursedirs =
63
.git

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[bdist_wheel]
22
universal = 1
33

4-
[aliases]
5-
test = pytest
4+
[metadata]
5+
description-file = README.md
66

77
[devpi:upload]
88
formats = bdist_wheel,sdist.tgz

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ setenv =
66
TOX_ENVNAME = {envname}
77
PYTHONDONTWRITEBYTECODE = VERYYES
88
deps =
9+
coverage
910
pytest
10-
pytest-cov
11-
pytest-flake8
1211
requests
1312
.
1413

0 commit comments

Comments
 (0)