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

[testenv]
deps =
  pytz
  py27: egenix-mx-base
commands=pytest -t test {posargs}