https://github.com/bear/python-twitter
Raw File
Tip revision: 2da7b45418dd2575da47b22510f7904ff6b4b0d8 authored by Jeremy Low on 01 June 2016, 18:01:33 UTC
fixes int is not iterable error in PostUpdate()
Tip revision: 2da7b45
tox.ini
[tox]
envlist = py27, py35

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

back to top