This commit is contained in:
Paul R. Tagliamonte 2013-03-03 00:08:47 -05:00
parent f776f5411a
commit 95657f64bc
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env python
from nose.core import TestProgram
import sys
import hy
sys.exit(TestProgram())

View File

@ -31,7 +31,6 @@ setup(
name=__appname__, name=__appname__,
version=__version__, version=__version__,
scripts=[ scripts=[
'bin/hytest'
], ],
packages=[ packages=[
'hy', 'hy',