https://github.com/bear/python-twitter
Raw File
Tip revision: 6206f5e46ed21fb99baf54ab52eaff99db42783d authored by Jeremy Low on 25 May 2016, 17:45:52 UTC
updates docs for muting users to be included in 3.1 release
Tip revision: 6206f5e
tox.ini
[tox]
envlist = py27, py35

[testenv]
deps = -rrequirements.testing.txt
commands = make test
whitelist_externals = /bin/bash
                      make

back to top