https://github.com/praw-dev/praw
Raw File
Tip revision: c9b63d58d7338afb43b5d23d39c08bdfa36a6d99 authored by Bryce Boe on 16 August 2016, 06:21:57 UTC
Bump to 4.0.0b14.
Tip revision: c9b63d5
tox.ini
[tox]
envlist = py27,py33,py34,py35
skip_missing_interpreters = true

[testenv]
deps =
    betamax
    betamax-matchers
    flake8
    mock
commands =
    python setup.py test
    flake8 praw
    flake8 tests
back to top