Skip to content

Commit

Permalink
add test2 and test3 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Oct 7, 2016
1 parent 565a757 commit 69188a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,11 @@ check: test
test:
cd tests; make PYTHON=${PYTHON} test

test2:
cd tests; make PYTHON=python test

test3:
cd tests; make PYTHON=python3 test

lint:
pylint dns tests examples/*.py

0 comments on commit 69188a9

Please sign in to comment.