~chipaca/unity-lens-video/custom-user-agent

« back to all changes in this revision

Viewing changes to scripts/unit.sh

  • Committer: Janos Gyerik
  • Date: 2012-04-03 18:58:34 UTC
  • Revision ID: janos@axiom-20120403185834-4p0yovgmaancsk1z
added convenience scripts to check pep8 pyflakes and unit tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
cd $(dirname "$0")/..
 
6
 
 
7
echo '### main'
 
8
./manage.py test main
 
9
 
 
10
# eof