Skip to content

Commit 235dad3

Browse files
committed
Fix tox config
1 parent d40248c commit 235dad3

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

tox.ini

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[tox]
22
envlist=
33
py27,
4-
py27,
5-
py27,
6-
py34,
7-
py34,
84
py34,
95
flake8,
106

@@ -24,26 +20,6 @@ basepython=python2.7
2420
deps =
2521
{[base]deps}
2622

27-
[testenv:py27]
28-
basepython=python2.7
29-
deps =
30-
{[base]deps}
31-
32-
[testenv:py27]
33-
basepython=python2.7
34-
deps =
35-
{[base]deps}
36-
37-
[testenv:py34]
38-
basepython=python3.4
39-
deps =
40-
{[base]deps}
41-
42-
[testenv:py34]
43-
basepython=python3.4
44-
deps =
45-
{[base]deps}
46-
4723
[testenv:py34]
4824
basepython=python3.4
4925
deps =

0 commit comments

Comments
 (0)