]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Makefile: Use platform independent pytest invocation
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Tue, 4 Aug 2015 11:02:30 +0000 (13:02 +0200)
committerErick Wilder <erickwilder@gmail.com>
Thu, 6 Aug 2015 21:07:14 +0000 (18:07 -0300)
Makefile

index f038b1da568406afa18c9f705b000333b0bf68c4..b9d061a8717767bdf6a1da33612325e873020d5f 100644 (file)
--- 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