Skip to content
Find file
097d52e
18 lines (14 sloc) 205 Bytes
[tox]
envlist = py27,py33,py34,py35
skipsdist = True
[testenv]
deps =
pytest
flake8
commands =
py.test tests
flake8 requirements.py
[flake8]
exclude = tests/*
[pytest]
testpaths = tests
Something went wrong with that request. Please try again.