summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-10-26 07:18:45 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2015-10-26 07:18:45 +0100
commit5ca959773039cbf5e5e804deff5560af9cdabe2f (patch)
treeccf02393aac88aadb3184855e1773bff8503f81e /tox.ini
parente18b3c331e1a53962c2d9837bd9c62e227038d48 (diff)
downloadsqlparse-5ca959773039cbf5e5e804deff5560af9cdabe2f.tar.gz
Re-enable Travis tests for Python 3.2.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c50ddcf..1ced298 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,13 +10,15 @@ commands=
py.test --cov=sqlparse/ tests
[testenv:py32]
+deps=
+ pytest
changedir={envdir}
commands=
sqlformat --version # Sanity check.
rm -rf tests/
cp -r {toxinidir}/tests/ tests/
2to3 -w --no-diffs -n tests/
- py.test --cov={envdir}/lib/python3.2/site-packages/sqlparse/ tests
+ py.test tests
[testenv:py33]
changedir={envdir}