summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-05-13 13:20:50 +0200
committerVille Skyttä <ville.skytta@iki.fi>2018-05-13 13:20:50 +0200
commita2b5921d2d52fcba9d3fd3cc932b081f2d962285 (patch)
tree246122b3500fb3934fc73e6bc2ba353792613fe1 /Makefile
parentbe35dbf136f676d0b8b89f8470ed448ac9966084 (diff)
downloadsqlparse-a2b5921d2d52fcba9d3fd3cc932b081f2d962285.tar.gz
Use pytest instead of py.test per upstream recommendation, #dropthedot
http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b45ac10..0844e5b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ test:
tox
coverage:
- py.test --cov=sqlparse --cov-report=html --cov-report=term
+ pytest --cov=sqlparse --cov-report=html --cov-report=term
clean:
$(PYTHON) setup.py clean