diff options
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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/ |
