From 9813a4c8f5c06cd4066162f981cab39aac225ef6 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Tue, 11 Jun 2013 15:12:58 -0400 Subject: [PATCH] Move test dir to beginning --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef1eb14..edd4ac5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: