This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
yangck
/
celery
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Added tox.ini. To run tests on 2.5+2.6+2.7 do:
pip install tox tox
Ask Solem
hace 15 años
padre
69b56879e5
commit
812ca75839
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
tox.ini
+ 5
- 0
tox.ini
Ver fichero
@@ -0,0 +1,5 @@
+[tox]
+envlist = py26,py27
+[testenv]
+commands=nosetests
+