• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[tox]
2distshare={homedir}/.tox/distshare
3envlist=py{27,36,37,38}
4skip_missing_interpreters=true
5indexserver=
6    pypi = https://pypi.python.org/simple
7
8[testenv]
9commands=
10    py.test timeout_decorator tests
11deps =
12    pytest
13    pytest-pep8
14
15[pytest]
16addopts = -vvl
17pep8maxlinelength=120
18