From 9ee1b579dc2d416310da98a4e7c722f144c3d49a Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Wed, 6 Mar 2013 19:19:54 -0500 Subject: [PATCH] making things nice. --- Makefile | 6 +++++- tox.ini | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 =