Moving tests to their own folder
This commit is contained in:
parent
53b930b75f
commit
6ce39f9921
6 changed files with 115 additions and 91 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue