mirror of
https://github.com/kennethreitz-archive/django-mediasync.git
synced 2026-06-16 21:40:59 +00:00
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export AWS_KEY=$1
|
|
export AWS_SECRET=$2
|
|
|
|
django-admin.py test --settings=mediasync.tests.settings --pythonpath=../.. |