Skip to content

Commit 8bfdaf3

Browse files
committed
Simplify tox.ini.
1 parent 3d4eab7 commit 8bfdaf3

1 file changed

Lines changed: 0 additions & 47 deletions

File tree

tox.ini

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -8,50 +8,3 @@ deps=
88
commands=
99
sqlformat --version # Sanity check.
1010
py.test --cov=sqlparse/ tests
11-
12-
[testenv:py32]
13-
deps=
14-
pytest
15-
changedir={envdir}
16-
commands=
17-
sqlformat --version # Sanity check.
18-
rm -rf tests/
19-
cp -r {toxinidir}/tests/ tests/
20-
2to3 -w --no-diffs -n tests/
21-
py.test tests
22-
23-
[testenv:py33]
24-
changedir={envdir}
25-
commands=
26-
sqlformat --version # Sanity check.
27-
rm -rf tests/
28-
cp -r {toxinidir}/tests/ tests/
29-
2to3 -w --no-diffs -n tests/
30-
py.test --cov={envdir}/lib/python3.3/site-packages/sqlparse/ tests
31-
32-
[testenv:py34]
33-
changedir={envdir}
34-
commands=
35-
sqlformat --version # Sanity check.
36-
rm -rf tests/
37-
cp -r {toxinidir}/tests/ tests/
38-
2to3 -w --no-diffs -n tests/
39-
py.test --cov={envdir}/lib/python3.4/site-packages/sqlparse/ tests
40-
41-
[testenv:py35]
42-
changedir={envdir}
43-
commands=
44-
sqlformat --version # Sanity check.
45-
rm -rf tests/
46-
cp -r {toxinidir}/tests/ tests/
47-
2to3 -w --no-diffs -n tests/
48-
py.test --cov={envdir}/lib/python3.5/site-packages/sqlparse/ tests
49-
50-
[testenv:pypy3]
51-
changedir={envdir}
52-
commands=
53-
sqlformat --version # Sanity check.
54-
rm -rf tests/
55-
cp -r {toxinidir}/tests/ tests/
56-
2to3 -w --no-diffs -n tests/
57-
py.test --cov={envdir}/site-packages/sqlparse/ tests

0 commit comments

Comments
 (0)