summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2015-08-04 13:02:30 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2015-08-04 13:10:44 +0200
commit9e3b5441ed7a68a7a5b553351b6baf6c5f20f13d (patch)
tree44b51f8b2d1844a9f0ea075b47a6cd4d3b876da5 /Makefile
parentd333ae7e085a718d4460cd6629ee2bbf51c5f45c (diff)
downloadbabel-9e3b5441ed7a68a7a5b553351b6baf6c5f20f13d.tar.gz
Makefile: Use platform independent pytest invocation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ea4d75f..12dbb5e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
test: import-cldr
- @PYTHONWARNINGS=default py.test
+ @PYTHONWARNINGS=default python -m pytest
test-cov: import-cldr
- @PYTHONWARNINGS=default py.test --cov=babel
+ @PYTHONWARNINGS=default python -m pytest --cov=babel
test-env:
@virtualenv test-env