django-fobi/scripts/test_django_1_5.sh

6 lines
139 B
Bash
Raw Normal View History

reset
./scripts/uninstall.sh
./scripts/install_django_1_5.sh
#cd ..
python examples/simple/manage.py test fobi --traceback -v 3
#cd scripts