diff options
| -rw-r--r-- | tox.ini | 47 |
1 files changed, 0 insertions, 47 deletions
@@ -8,50 +8,3 @@ deps= commands= sqlformat --version # Sanity check. 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 tests - -[testenv:py33] -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.3/site-packages/sqlparse/ tests - -[testenv:py34] -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.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 - -[testenv:pypy3] -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}/site-packages/sqlparse/ tests |
