django-fobi/scripts/test_django_1_7.sh

6 lines
187 B
Bash
Raw Normal View History

2014-10-11 03:54:24 +00:00
reset
2015-02-10 13:09:39 +00:00
./scripts/uninstall.sh
./scripts/install_django_1_7.sh
#cd ..
python examples/simple/manage.py test fobi --settings=settings_bootstrap3_theme_django_1_7 --traceback -v 3
#cd scripts