From 8bfdaf3cc37ffe48a60c7f4ee5d5e99d0b07e696 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 26 Oct 2015 08:39:08 +0100 Subject: Simplify tox.ini. --- tox.ini | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) diff --git a/tox.ini b/tox.ini index 6ea52fc..f4f7692 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.1