File: tox.ini

package info (click to toggle)
python-signedjson 1.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 375; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = packaging, pep8 py27, py33, py34, py35, py36, py37, py38, pypy

[testenv]
deps =
    coverage
    nose
commands =
    coverage run --source signedjson -m nose
    coverage report -m --fail-under 100

[testenv:packaging]
deps =
    check-manifest
commands = check-manifest

[testenv:pep8]
deps =
    flake8
commands = flake8 signedjson tests setup.py