From a2b5921d2d52fcba9d3fd3cc932b081f2d962285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 13 May 2018 13:20:50 +0200 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1