Move test dir to beginning

This commit is contained in:
Mike Helmick 2013-06-11 15:12:58 -04:00
parent 2f5f496ead
commit 9813a4c8f5

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 tests/ --cov-report term-missing
script: nosetests -v -w tests/ --logging-filter="twython" --with-cov --cov twython --cov-report term-missing
notifications:
email: false
branches: