adapted tests to run against the latest Django 1.6 builds

This commit is contained in:
Marco Bonetti 2013-08-28 15:55:50 +02:00
parent bf0b253dec
commit 11966cb1de

View file

@ -40,7 +40,7 @@ if [ ! -d venv_16_p3 ]
then
virtualenv --no-site-packages --distribute --python=python3 venv_16_p3
. venv_16_p3/bin/activate
pip install https://github.com/django/django/archive/1.6b1.zip
pip install https://github.com/django/django/archive/stable/1.6.x.zip
pip install coverage python3-memcached six microsofttranslator
deactivate
fi