File: tox.ini

package info (click to toggle)
html5lib 0.999999999-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,088 kB
  • ctags: 1,159
  • sloc: python: 12,138; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = {py26,py27,py33,py34,py35,pypy}-{base,optional}

[testenv]
deps =
  flake8
  pytest
  pytest-expect>=1.1,<2.0
  mock
  base: six
  base: webencodings
  py26-base: ordereddict
  optional: -r{toxinidir}/requirements-optional.txt

commands =
  {envbindir}/py.test
  {toxinidir}/flake8-run.sh