From ea178df702759e2c1a81abba489226bc8256f0c4 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Tue, 11 Jun 2013 11:44:31 -0400 Subject: [PATCH] Trying to get coveralls and nose working. Programming is hard --- .travis.yml | 2 +- setup.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0a979b..1cad920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,8 @@ env: - PROTECTED_TWITTER_2=TwythonSecure2 - TEST_TWEET_ID=332992304010899457 - TEST_LIST_ID=574 -script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase test_twython:TwythonStreamTestCase --logging-filter="twython" --cover-package="twython" --with-coverage install: pip install -r requirements.txt +script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase test_twython:TwythonStreamTestCase --logging-filter="twython" --cover-erase --cover-package="twython" --with-coverage notifications: email: false branches: diff --git a/setup.py b/setup.py index 8c6d700..6fbaf3d 100755 --- a/setup.py +++ b/setup.py @@ -31,9 +31,6 @@ setup( open('HISTORY.rst').read(), include_package_data=True, packages=packages, - test_suite='nose.collector', - tests_require=['nose'], - extras_require={'test': ['nose']}, classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers',