https://github.com/praw-dev/praw
Raw File
Tip revision: 040e065a00e7b34aab8033610e2439209bed31b4 authored by Bryce Boe on 30 August 2016, 05:53:59 UTC
Bump to 4.0.0b17.
Tip revision: 040e065
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