~djgoldsmith/restalchemy/trunk

« back to all changes in this revision

Viewing changes to precommit.sh

  • Committer: Daniel Goldsmith
  • Date: 2013-10-10 11:21:07 UTC
  • Revision ID: djgoldsmith@googlemail.com-20131010112107-d95izh6e89xmjio0
Test Cases renamed to something more sensible

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
pylint restalchemy -f html > pylint.html
 
3
pylint restalchemy -f html -i yes > pylint.html
4
4
python setup.py nosetests