Ver código fonte

Add note to explain absence of py24 in envlist

Mike Naberezny 12 anos atrás
pai
commit
02d67d0934
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      tox.ini

+ 3 - 0
tox.ini

@@ -1,5 +1,8 @@
 # !!! When making changes, make sure to also edit .travis.yml !!!
 
+# Note: Supervisor supports Python 2.4 but "py24" is not listed in envlist
+# because tox has a dependency on distribute, which no longer supports 2.4.
+
 [tox]
 envlist =
     py25,py26,py27