]> 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)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Tue, 4 Aug 2015 11:10:44 +0000 (13:10 +0200)
Makefile

index ea4d75f91ff499849fa064eca3eb1705560f1def..12dbb5eb331566d0461c3b807f471a741111b0be 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