From: Lasse Schuirmann Date: Tue, 4 Aug 2015 11:02:30 +0000 (+0200) Subject: Makefile: Use platform independent pytest invocation X-Git-Tag: 2.1.1~8^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e442f1dc2ca856dbbca467f37776188be0545ffb;p=thirdparty%2Fbabel.git Makefile: Use platform independent pytest invocation --- diff --git a/Makefile b/Makefile index f038b1da..b9d061a8 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