Skip to content

Commit

Permalink
Added Makefile for easy running of pep8 and nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
shupp committed Apr 20, 2015
1 parent 354fd8d commit f04940e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
@@ -0,0 +1,11 @@
# You'll need to source venv/bin/activate before running this file

default: check test

# Only check code we've written
check:
pep8 vegadns tests

# Test everything in the tests directory
test:
nosetests tests

0 comments on commit f04940e

Please sign in to comment.