From 95657f64bcbe568782c62251996cdee6f9ec86ce Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Sun, 3 Mar 2013 00:08:47 -0500 Subject: [PATCH] bleh --- bin/hytest | 7 ------- setup.py | 1 - 2 files changed, 8 deletions(-) delete mode 100755 bin/hytest diff --git a/bin/hytest b/bin/hytest deleted file mode 100755 index c402824..0000000 --- a/bin/hytest +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python - -from nose.core import TestProgram -import sys -import hy - -sys.exit(TestProgram()) diff --git a/setup.py b/setup.py index 78ff753..98911ef 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ setup( name=__appname__, version=__version__, scripts=[ - 'bin/hytest' ], packages=[ 'hy',