Skip to content

Commit 7c503f4

Browse files
committed
Remove unused stuff from tox.ini
1 parent a7d8feb commit 7c503f4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

tox.ini

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,docs
2+
envlist = py26,py27
33

44

55
[testenv]
@@ -15,15 +15,3 @@ deps=pytest<3.3
1515
twisted<15.5
1616
commands=py.test []
1717
sitepackages=False
18-
19-
[testenv:py25]
20-
deps=pytest
21-
greenlet
22-
twisted<11
23-
zope.interface<4
24-
commands=py.test []
25-
sitepackages=False
26-
27-
[testenv:docs]
28-
deps=docutils
29-
commands=rst2html.py --halt=2 README.rst README.html

0 commit comments

Comments
 (0)