diff --git a/Makefile b/Makefile index 1d73044..6846c6a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ develop: python setup.py develop upload: - python setup.py sdist bdist_wininst upload + python setup.py sdist upload test2: python2 /Users/nirum/anaconda/bin/nosetests --logging-level=INFO