summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 8d4a71dc8778afc2345a75319594893ccab5a9bd (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
     
commands=py.test