Moving tests to their own folder

This commit is contained in:
Mike Helmick 2013-06-11 14:41:46 -04:00
parent 53b930b75f
commit 6ce39f9921
6 changed files with 115 additions and 91 deletions

View file

@ -27,7 +27,7 @@ env:
- TEST_TWEET_ID=332992304010899457
- TEST_LIST_ID=574
install: pip install -r requirements.txt
script: nosetests -v --logging-filter="twython" --with-cov --cov twython test_twython.py --cov-report term-missing
script: nosetests -v --logging-filter="twython" --with-cov --cov twython tests/ --cov-report term-missing
notifications:
email: false
branches: