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

[testenv]
deps= -r{toxinidir}/dev-requirements.txt
commands=
   nosetests \
   []
setenv =
    PYTHONWARNINGS=always::DeprecationWarning