From: Harmon Date: Mon, 22 Jul 2019 05:20:03 +0000 (-0500) Subject: Include resultset tests in tox configuration X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=324435498f90ed60f5a632b209b37cdbb1d14fa1;p=tweepy.git Include resultset tests in tox configuration --- diff --git a/tox.ini b/tox.ini index 18a7a88..2a743bb 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = vcrpy==1.10.3 [testenv] -commands = nosetests -v tests.test_cursors tests.test_api tests.test_utils +commands = nosetests -v tests.test_cursors tests.test_api tests.test_resultset tests.test_utils deps = {[base]deps} setenv =