• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[tox]
2envlist = py27,pypy,py34,py35,py36,py37,docs
3
4[testenv]
5commands =
6    {envbindir}/pytest {posargs}
7
8[testenv:docs]
9deps =
10    sphinx
11commands =
12    {envbindir}/python setup.py build_sphinx
13