blob: 23d96e48230abcc8444195e8c0776ffd008b217c [file] [log] [blame]
[tox]
envlist = py27,py34
[testenv]
deps = flake8
pandas
commands = flake8 --ignore=E501 --filename=*.py --exclude=doc,setup.py,*/tests/*
python -m unittest discover --pattern=*.py tests