Update requests requirement, update READMEs, new secure variables, attempting better coverage reports
Secure variables were exposed. Had to make new ones.
This commit is contained in:
parent
b9b7199cc6
commit
53b930b75f
4 changed files with 11 additions and 11 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -6,13 +6,13 @@ python:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- secure: |-
|
- secure: |-
|
||||||
bLlM8JPXiqKIryMwExTEFoEo5op3FqvQQu0yn0xv1okrcH/MEvJAsm4zDd7p
|
ICEoq4tQdOCGzpQAgLHunOflhLqs7hb1xYuD6mXZCbO/L+hDI4+pImA9mZZd
|
||||||
yt0riXRpp9aOkU/SkL/1TVkq5E75uXYhaLuT/BgjDmLcw/Sp7Tgsk8b5KLDM
|
doyfyFMuNprWfgdUdcAL3axliRR2TyQIt51FLf7bD01jJEPa0GOKlKE/s/+3
|
||||||
RqSrsGXKu7GQCI3MhhWJEAWyU2WVyhZERh5wOY+ic9JCiZloqMw=
|
7oDs+kkSr81w9rvIqpx55nE8+DYzkh+TwDp5oAT+m/EE+lFItfk=
|
||||||
- secure: |-
|
- secure: |-
|
||||||
JlQjabb2tADza5cEmyWuwi5pECjknkiWXj4elTl/UrSYPLeTruTBYBlvtrOl
|
LNowlSsXwgbFT0g8B4fDlBmOhycAfSxUNFiYBDn70H93WDLr9drEbE7Wl2Mv
|
||||||
4XF3RWcPwxcBr1JD/Ze1JxMVebYUpvZSTXZXFq6jbjcQTBa7QuH6rraxnj6W
|
AlGJw0kXey4K4oTV4+Bsy6gacsvCINpFk7f4ulTDHCH4MTONtG1n51RlkLW0
|
||||||
/Abx+NYxSBcEex/RsZtSqshzCZGAOI0mdaSdQMd3k0Gxhsg+eRo=
|
SAH8di1DiXR3PqRv+NKixVsgI0ZCY1B78NuvaoDL68bfu0KEdHs=
|
||||||
- secure: |-
|
- secure: |-
|
||||||
kC9hGpdJJesmZZGMXEoPWK/lzIU6vUeguV/yI2jLgRin0EKPsgds0qR4737x
|
kC9hGpdJJesmZZGMXEoPWK/lzIU6vUeguV/yI2jLgRin0EKPsgds0qR4737x
|
||||||
2Z2q1+CFUlvHkl+povGcm0/A1rkNqU0KKBcxRBu/XXRxJ3DWp7gIGsmoyWUW
|
2Z2q1+CFUlvHkl+povGcm0/A1rkNqU0KKBcxRBu/XXRxJ3DWp7gIGsmoyWUW
|
||||||
|
|
@ -27,7 +27,7 @@ env:
|
||||||
- TEST_TWEET_ID=332992304010899457
|
- TEST_TWEET_ID=332992304010899457
|
||||||
- TEST_LIST_ID=574
|
- TEST_LIST_ID=574
|
||||||
install: pip install -r requirements.txt
|
install: pip install -r requirements.txt
|
||||||
script: nosetests -v test_twython:TwythonAPITestCase test_twython:TwythonAuthTestCase test_twython:TwythonStreamTestCase --logging-filter="twython" --with-cov --cov twython --cov-report term-missing
|
script: nosetests -v --logging-filter="twython" --with-cov --cov twython test_twython.py --cov-report term-missing
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
Twython
|
Twython
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[](https://travis-ci.org/ryanmcgrath/twython) [](https://crate.io/packages/twython/) [](https://coveralls.io/r/ryanmcgrath/twython?branch=3.0.0)
|
[](https://travis-ci.org/ryanmcgrath/twython) [](https://crate.io/packages/twython/) [](https://coveralls.io/r/ryanmcgrath/twython?branch=master)
|
||||||
|
|
||||||
```Twython``` is a library providing an easy (and up-to-date) way to access Twitter data in Python. Actively maintained and featuring support for both Python 2.6+ and Python 3, it's been battle tested by companies, educational institutions and individuals alike. Try it today!
|
```Twython``` is a library providing an easy (and up-to-date) way to access Twitter data in Python. Actively maintained and featuring support for both Python 2.6+ and Python 3, it's been battle tested by companies, educational institutions and individuals alike. Try it today!
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ Twython
|
||||||
:target: https://travis-ci.org/ryanmcgrath/twython
|
:target: https://travis-ci.org/ryanmcgrath/twython
|
||||||
.. image:: https://pypip.in/d/twython/badge.png
|
.. image:: https://pypip.in/d/twython/badge.png
|
||||||
:target: https://crate.io/packages/twython/
|
:target: https://crate.io/packages/twython/
|
||||||
.. image:: https://coveralls.io/repos/ryanmcgrath/twython/badge.png?branch=3.0.0
|
.. image:: https://coveralls.io/repos/ryanmcgrath/twython/badge.png?branch=master
|
||||||
:target: https://coveralls.io/r/ryanmcgrath/twython?branch=3.0.0
|
:target: https://coveralls.io/r/ryanmcgrath/twython?branch=master
|
||||||
|
|
||||||
``Twython`` is a library providing an easy (and up-to-date) way to access Twitter data in Python. Actively maintained and featuring support for both Python 2.6+ and Python 3, it's been battle tested by companies, educational institutions and individuals alike. Try it today!
|
``Twython`` is a library providing an easy (and up-to-date) way to access Twitter data in Python. Actively maintained and featuring support for both Python 2.6+ and Python 3, it's been battle tested by companies, educational institutions and individuals alike. Try it today!
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ if sys.argv[-1] == 'publish':
|
||||||
setup(
|
setup(
|
||||||
name='twython',
|
name='twython',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
install_requires=['requests==1.2.2', 'requests_oauthlib==0.3.2'],
|
install_requires=['requests==1.2.3', 'requests_oauthlib==0.3.2'],
|
||||||
author='Ryan McGrath',
|
author='Ryan McGrath',
|
||||||
author_email='ryan@venodesigns.net',
|
author_email='ryan@venodesigns.net',
|
||||||
license=open('LICENSE').read(),
|
license=open('LICENSE').read(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue