Copy of client args, and restrict travis to only master (still build for PR though)

I'm dumb.
This commit is contained in:
Mike Helmick 2013-06-11 10:18:25 -04:00
parent 1dfa11dd27
commit d0191895d5
2 changed files with 11 additions and 4 deletions

View file

@ -30,6 +30,9 @@ script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTes
install: pip install -r requirements.txt
notifications:
email: false
branches:
only:
- master
after_success:
- coverage run --source=twython setup.py -q nosetests
- coveralls