making things nice.

This commit is contained in:
Paul Tagliamonte 2013-03-06 19:19:54 -05:00
parent 863d619e4a
commit 9ee1b579dc
2 changed files with 6 additions and 2 deletions

View File

@ -7,16 +7,20 @@ all:
@echo " - flake" @echo " - flake"
@echo " - test" @echo " - test"
@echo " - diff" @echo " - diff"
@echo " - tox"
@echo " - d" @echo " - d"
@echo " - r" @echo " - r"
@echo "" @echo ""
dev: test flake dev: test flake tox
test: test:
nosetests -sv nosetests -sv
tox:
tox
flake: flake:
flake8 hy flake8 hy

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27,pypy,py32,py33,py26 envlist = py27,pypy,py32,py33
[testenv] [testenv]
commands = nosetests commands = nosetests
deps = deps =