From bb57edffb4b051bdd589b4953e51d512f7534716 Mon Sep 17 00:00:00 2001 From: Piet Delport Date: Fri, 22 Feb 2013 17:28:08 +0200 Subject: Tests: Add a sanity check that bin/sqlformat parses. --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index fe5ef17..fe2a7de 100644 --- a/tox.ini +++ b/tox.ini @@ -5,11 +5,14 @@ envlist=py25,py26,py27,pypy,py32 deps= pytest pytest-cov -commands=py.test --cov=sqlparse/ tests +commands= + sqlformat --version # Sanity check. + py.test --cov=sqlparse/ tests [testenv:py32] changedir={envdir} commands= + sqlformat --version # Sanity check. rm -rf tests/ cp -r {toxinidir}/tests/ tests/ 2to3 -w --no-diffs -n tests/ -- cgit v1.2.1