File: tox.ini

package info (click to toggle)
apipkg 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 188 kB
  • sloc: python: 681; makefile: 7; sh: 4
file content (21 lines) | stat: -rw-r--r-- 308 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,py34,py35,py36,jython,flakes

[tox:hudson]
sdistsrc={distshare}/apipkg-*

[testenv]
deps=pytest
commands=py.test []

[testenv:jython]
deps=pytest
commands=py.test-jython []

[testenv:flakes]
deps=flake8
commands=flake8

[flake8]
exclude=.tox/,.env/,dist/,build/,example/
max_complexity=11