mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-13 15:43:11 +00:00
23 lines
352 B
Bash
23 lines
352 B
Bash
#!/bin/bash
|
|
|
|
. venv_13/bin/activate
|
|
cd testproject
|
|
python manage.py --version
|
|
python manage.py test rosetta
|
|
cd ..
|
|
deactivate
|
|
|
|
. venv_14/bin/activate
|
|
cd testproject
|
|
python manage.py --version
|
|
python manage.py test rosetta
|
|
cd ..
|
|
deactivate
|
|
|
|
. venv_15/bin/activate
|
|
cd testproject
|
|
python manage.py --version
|
|
python manage.py test rosetta
|
|
cd ..
|
|
deactivate
|
|
|