https://github.com/bear/python-twitter
Raw File
Tip revision: 8152da4b2fba3da16dd4d6edadbbfdef5c476364 authored by bear (Mike Taylor) on 26 May 2016, 06:58:27 UTC
let circle detect versions required
Tip revision: 8152da4
tox.ini
[tox]
envlist = py27, py35

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

back to top