This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
VendorSoftware
/
supervisor
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
tox no longer works under py2.5 due to a dependency on distribute, which no longer works under 2.5
Chris McDonough
12 anni fa
parent
40ff7a12a8
commit
81f561350d
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
tox.ini
+ 1
- 1
tox.ini
Vedi File
@@ -1,6 +1,6 @@
[tox]
envlist =
- py2
4,py2
5,py26,py27
+ py25,py26,py27
[testenv]
commands =