summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 2dd6b6762959f751d3b6fdcac11b7e6afd8e75ec (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py26,py27,py33,py34,pypy

[testenv]
commands = make test
deps =
    colorama
    pytest
whitelist_externals = make