This website works better with JavaScript
Home
Explore
Help
Register
Sign In
VendorSoftware
/
supervisor
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
tox no longer works under py2.5 due to a dependency on distribute, which no longer works under 2.5
Chris McDonough
12 years ago
parent
40ff7a12a8
commit
81f561350d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
tox.ini
+ 1
- 1
tox.ini
View File
@@ -1,6 +1,6 @@
[tox]
envlist =
- py2
4,py2
5,py26,py27
+ py25,py26,py27
[testenv]
commands =