public
Description: A Python wrapper to the Phanfare API
Homepage: http://altmansoftware.lighthouseapp.com/projects/10199-pyphanfare/overview
Clone URL: git://github.com/paltman/pyphanfare.git
Click here to lend your support to: pyphanfare and make a donation at www.pledgie.com !
pyphanfare / pre_commit.sh
100755 4 lines (3 sloc) 0.083 kb
1
2
3
4
#!/bin/bash
pylint -f colorized -i y --ignore=tests pyphanfare
python run_tests.py