File: tox.ini

package info (click to toggle)
txdbus 1.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: python: 6,658; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist = py27, py33, py34, py35, py36
skip_missing_interpreters = True

[testenv]
deps =
  -rrequirements.txt
  coverage
commands = coverage run --source txdbus -m twisted.trial tests
passenv =
  DBUS_SESSION_BUS_ADDRESS
  USERNAME
  LOGNAME

[testenv:flake8]
skip_install = True
deps =
  flake8
  flake8-comprehensions
  flake8-import-order
commands = flake8