Copy of client args, and restrict travis to only master (still build for PR though)
I'm dumb.
This commit is contained in:
parent
1dfa11dd27
commit
d0191895d5
2 changed files with 11 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue