diff options
| author | Piet Delport <pjdelport@gmail.com> | 2013-02-22 17:28:08 +0200 |
|---|---|---|
| committer | Piet Delport <pjdelport@gmail.com> | 2013-02-22 17:28:08 +0200 |
| commit | bb57edffb4b051bdd589b4953e51d512f7534716 (patch) | |
| tree | 3f1771bb116ab37719ea5717c365fe8eb00279c8 | |
| parent | dba96a147be55be7da657a17a38c21b30ff0e664 (diff) | |
| download | sqlparse-bb57edffb4b051bdd589b4953e51d512f7534716.tar.gz | |
Tests: Add a sanity check that bin/sqlformat parses.
| -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/ |
