Skip to content

Commit 96c7660

Browse files
committed
Set the correct versions in tox-config file
1 parent c3950e4 commit 96c7660

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ deps=pytest
99
commands=py.test []
1010
sitepackages=False
1111

12+
[testenv:py26]
13+
deps=pytest<3.3
14+
greenlet
15+
twisted<15.5
16+
commands=py.test []
17+
sitepackages=False
18+
1219
[testenv:py25]
1320
deps=pytest
1421
greenlet

0 commit comments

Comments
 (0)