Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Added a Makefile with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 17, 2015
1 parent b89ef0f commit 2bf1e25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
@@ -0,0 +1,7 @@
.PHONY: test

test:
clear
pep8 softhyphen
pyflakes softhyphen
python setup.py test

0 comments on commit 2bf1e25

Please sign in to comment.