summaryrefslogtreecommitdiff
path: root/tox.ini
blob: d73c377b0ad3499522e4030c5681f71df502e042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py{26,27,33,34}

[testenv]
deps=pytest
     py{26,27}: mock
     beaker
     markupsafe
     pygments
     babel
     dogpile.cache
     lingua<4
     
commands=py.test