From 3a20892442b34c754b26550e05f7f856fb008c94 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 6 Oct 2019 16:09:34 -0700 Subject: Remove setup.py test command in favor of pytest and tox (#442) Using pytest and tox directly is simpler and more conventional then going through setup.py. Using setup.py installs packages as eggs where as tox uses the more typical pip. Overall simplifies setup.py. Fixes #415 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 988fa4c..8823146 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,6 +9,3 @@ universal = 1 [tool:pytest] addopts = --cov-report term-missing --cov-config=.coveragerc --cov . - -[aliases] -test = pytest -- cgit v1.2.1