Skip to content

Commit 5ca9597

Browse files
committed
Re-enable Travis tests for Python 3.2.
1 parent e18b3c3 commit 5ca9597

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python: 2.7
33
env:
44
- TOX_ENV=py26
55
- TOX_ENV=py27
6+
- TOX_env=py32
67
- TOX_ENV=py33
78
- TOX_ENV=py34
89
- TOX_ENV=pypy

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ commands=
1010
py.test --cov=sqlparse/ tests
1111

1212
[testenv:py32]
13+
deps=
14+
pytest
1315
changedir={envdir}
1416
commands=
1517
sqlformat --version # Sanity check.
1618
rm -rf tests/
1719
cp -r {toxinidir}/tests/ tests/
1820
2to3 -w --no-diffs -n tests/
19-
py.test --cov={envdir}/lib/python3.2/site-packages/sqlparse/ tests
21+
py.test tests
2022

2123
[testenv:py33]
2224
changedir={envdir}

0 commit comments

Comments
 (0)