This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
VendorSoftware
/
supervisor
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
tox no longer works under py2.5 due to a dependency on distribute, which no longer works under 2.5
Chris McDonough
il y a 12 ans
Parent
40ff7a12a8
commit
81f561350d
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
tox.ini
+ 1
- 1
tox.ini
Voir le fichier
@@ -1,6 +1,6 @@
[tox]
envlist =
- py2
4,py2
5,py26,py27
+ py25,py26,py27
[testenv]
commands =