summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-01-27 18:31:54 +0200
committerAarni Koskela <akx@iki.fi>2022-01-27 18:38:04 +0200
commit95ede2f8f5e44b3d68690442c5a4aee0efaeeff1 (patch)
treefe8e33c22120a3504ef3bbd276976341f994e72a /Makefile
parent7b590638ad9b56df40c1e9262ad8b0c2be80027e (diff)
downloadbabel-95ede2f8f5e44b3d68690442c5a4aee0efaeeff1.tar.gz
Tox/Makefile: replace test-cov with just test + envvar
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index be68762..8b7827c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,5 @@
test: import-cldr
- python ${PYTHON_TEST_FLAGS} -m pytest
-
-test-cov: import-cldr
- python ${PYTHON_TEST_FLAGS} -m pytest --cov=babel
+ python ${PYTHON_TEST_FLAGS} -m pytest ${PYTEST_FLAGS}
test-env:
virtualenv test-env