diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist=py26,py27,py32,py33,py34,pypy +envlist=py26,py27,py32,py33,py34,py35,pypy [testenv] deps= @@ -35,3 +35,12 @@ commands= cp -r {toxinidir}/tests/ tests/ 2to3 -w --no-diffs -n tests/ py.test --cov={envdir}/lib/python3.4/site-packages/sqlparse/ tests + +[testenv:py35] +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.5/site-packages/sqlparse/ tests |
