Skip to content

Commit

Permalink
making things nice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Tagliamonte committed Mar 7, 2013
1 parent 863d619 commit 9ee1b57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@ all:
@echo " - flake"
@echo " - test"
@echo " - diff"
@echo " - tox"
@echo " - d"
@echo " - r"
@echo ""


dev: test flake
dev: test flake tox

test:
nosetests -sv

tox:
tox

flake:
flake8 hy

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,pypy,py32,py33,py26
envlist = py27,pypy,py32,py33
[testenv]
commands = nosetests
deps =
Expand Down

0 comments on commit 9ee1b57

Please sign in to comment.