https://github.com/praw-dev/praw
Raw File
Tip revision: ac922d9d68b80fbc0660b269c733d63ca5325ea2 authored by Bryce Boe on 04 July 2016, 05:10:14 UTC
Bump to 4.0.0b6.
Tip revision: ac922d9
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