mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-27 00:14:43 +00:00
adapted tests to run against the latest Django 1.6 builds
This commit is contained in:
parent
bf0b253dec
commit
11966cb1de
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue