summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 7fb3a9b3001bfa1dd022229314e0c2b8e7dee057 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py27,py34,py35,py36,py37

[testenv]
deps=
     pytest
     sphinx
     mock

commands=
     py.test