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