https://github.com/praw-dev/praw
Raw File
Tip revision: fc9bf6000b941f193ce6fc1be5e08bf37369fd99 authored by Bryce Boe on 26 March 2015, 16:23:51 UTC
Update changelog and bump version.
Tip revision: fc9bf60
tox.ini
[tox]
envlist = py26,py27,py31,py32,py33,py34
skip_missing_interpreters = true

[testenv]
deps =
    flake8
    mock
setenv =
    REDDIT_SITE=reddit_bypass_cdn
commands =
    python setup.py test -s tests.BasicTest
    python setup.py test -s tests.OAuth2Test
    python setup.py test -s tests.ModeratorSubredditTest.test_mod_mail_send
    flake8 praw
back to top