From 5ca959773039cbf5e5e804deff5560af9cdabe2f Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 26 Oct 2015 07:18:45 +0100 Subject: Re-enable Travis tests for Python 3.2. --- .travis.yml | 1 + tox.ini | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f145d1..0a91279 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: 2.7 env: - TOX_ENV=py26 - TOX_ENV=py27 + - TOX_env=py32 - TOX_ENV=py33 - TOX_ENV=py34 - TOX_ENV=pypy 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} -- cgit v1.2.1