This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
yangck
/
celery
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Added tox.ini. To run tests on 2.5+2.6+2.7 do:
pip install tox tox
Ask Solem
%!s(int64=15) %!d(string=hai) anos
pai
69b56879e5
achega
812ca75839
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
tox.ini
+ 5
- 0
tox.ini
Ver ficheiro
@@ -0,0 +1,5 @@
+[tox]
+envlist = py26,py27
+[testenv]
+commands=nosetests
+