Created
December 19, 2016 13:26
-
-
Save camiloribeiro/920d12e2f90ce3ac01d8f85c80594549 to your computer and use it in GitHub Desktop.
follow changes and run tests on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fswatch -r -o -e 'pyc' . | (while read; do python *_test.py; done) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment