File: tox.ini

package info (click to toggle)
python-libconf 2.0.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: python: 875; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27, py33, py34, py35, py36, py37, flake8

[testenv]
commands = py.test {posargs} # substitute with tox' positional arguments
deps = pytest

[testenv:flake8]
deps = flake8
commands=flake8 --builtins=basestring,long libconf.py