Commit graph

31 commits

Author SHA1 Message Date
John Vandenberg
a029433247 Add Python 3.7 support
Also remove branch restriction in .travis.yml which
prevents contributors from seeing builds on their forks.
2019-03-30 11:12:19 +07:00
Mike Helmick
ede941cf1a Version 3.6.0 and update travis python versions 2017-08-23 11:29:20 -04:00
cash
30ff4319e2 updated unit tests and travis config for python 2.6 and 3 2014-01-11 19:45:46 -05:00
Mike Helmick
6da8805545 Fix decrypt, remove print…. again 2013-09-25 11:59:55 -04:00
Mike Helmick
636e52a8c5 Fixing decrypt, remove print 2013-09-25 11:14:27 -04:00
Mike Helmick
21257d0475 One line b64 string for ACCESS_TOKEN 2013-09-25 10:59:22 -04:00
Mike Helmick
58ff3de7a1 Trying this travis var stuff again! 2013-09-24 17:58:59 -04:00
Mike Helmick
85a327163d Special encrypt for access token, this probably won't work 2013-09-24 17:50:50 -04:00
Mike Helmick
a0b7c88402 Fixing travis encrypted keys, version number and requests requirement 2013-09-24 15:55:50 -04:00
Mike Helmick
0fef3369ae Attempting to fix tests again -___- 2013-07-18 21:16:08 -04:00
Mike Helmick
693b8163b2 Attempting to omit advisory.py from coverage 2013-06-11 18:57:10 -04:00
Mike Helmick
478c139af2 Coverage, tests, secure ACCESS_TOKEN, update HISTORY 2013-06-11 17:12:34 -04:00
Mike Helmick
9813a4c8f5 Move test dir to beginning 2013-06-11 15:12:58 -04:00
Mike Helmick
6ce39f9921 Moving tests to their own folder 2013-06-11 14:41:46 -04:00
Mike Helmick
53b930b75f Update requests requirement, update READMEs, new secure variables, attempting better coverage reports
Secure variables were exposed. Had to make new ones.
2013-06-11 14:03:26 -04:00
Mike Helmick
b9b7199cc6 Update requirements
nose-cov==1.6

really hope this works >__>
2013-06-11 13:24:11 -04:00
Mike Helmick
8c41a3e9da Ugh, still trying to figure this coveralls thing out. 2013-06-11 12:52:22 -04:00
Mike Helmick
ea178df702 Trying to get coveralls and nose working.
Programming is hard
2013-06-11 11:44:31 -04:00
Mike Helmick
f74596c40b Not sure we really need to run tests twice 2013-06-11 11:06:00 -04:00
Mike Helmick
d0191895d5 Copy of client args, and restrict travis to only master (still build for PR though)
I'm dumb.
2013-06-11 10:18:25 -04:00
Mike Helmick
d86f2b0e00 Attempting coveralls again. 2013-06-08 17:06:14 -04:00
Mike Helmick
6574342b0f … try this coveralls thing. 2013-06-08 16:52:36 -04:00
Mike Helmick
c8b1202880 Added disconnect to TwythonStreamer, more tests, update example
* Stream and Twython core tests
* Import TwythonStreamError from twython

See more in 2.10.1 section of HISTORY.rst
2013-05-29 11:41:03 -04:00
Mike Helmick
f7f19dbdc3 Updated app/oauth secure keys
They we're exposed in Travis before, so we got to keep them secret ;)
[ci skip]
2013-05-18 10:45:25 -04:00
Mike Helmick
c00647a5a0 Remove report_spam test, update tests with --logging-filter
* report spam was being abused and started turning a 403
* try to only log messages from twython, oauthlib is exposing our
secrets when tests fail :(
2013-05-17 21:32:44 -04:00
Mike Helmick
008c53048a Cooler twitter handle, different secure tokens 2013-05-15 21:23:50 -04:00
Mike Helmick
a76b93e491 Okay, let's try this secure stuff again 2013-05-15 16:55:55 -04:00
Mike Helmick
bb5e0dece1 Adding secure travis keys
Changed keys for the old dev app, so they're invalid now. Adding secure
generated keys for app key/secret, oauth token/secret
2013-05-15 16:36:53 -04:00
Mike Helmick
0d3ae38c39 Update .travis.yml 2013-05-14 22:07:05 -04:00
Mike Helmick
d3e17dcd4b Auth test, updating func names and tests that failed
Coverage 56%
2013-05-14 21:52:25 -04:00
Mike Helmick
6841e7ef28 Tests for all main endpoints 2013-05-14 21:34:22 -04:00