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 " - 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

View File

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