https://github.com/praw-dev/praw
Raw File
Tip revision: d4044a6475f6434df197174c64d3be460779bc59 authored by Bryce Boe on 04 July 2016, 16:20:16 UTC
Bump to 4.0.0b7.
Tip revision: d4044a6
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