diff --git a/Makefile b/Makefile index 38fa379..7387f15 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/tox.ini b/tox.ini index bfb0641..36a47c3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pypy,py32,py33,py26 +envlist = py27,pypy,py32,py33 [testenv] commands = nosetests deps =