Skip to content

Commit

Permalink
Re-enable Travis tests for Python 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
andialbrecht committed Oct 26, 2015
1 parent e18b3c3 commit 5ca9597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 5ca9597

Please sign in to comment.