forked from justinc1/keycloak-fetch-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
35 lines (32 loc) · 861 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[tox]
envlist = py{38,39,310}
minversion = 3.3.0
isolated_build = true
[testenv]
deps =
check-manifest >= 0.42
# If your project uses README.rst, uncomment the following:
# readme_renderer
flake8
pytest
# packages needed by kcfetcher package.
# TODO this part should not be needed
# maybe use -r requirements-dev.txt
importlib_resources
commands =
check-manifest --ignore 'tox.ini,tests/**'
# This repository uses a Markdown long_description, so the -r flag to
# `setup.py check` is not needed. If your project contains a README.rst,
# use `python setup.py check -m -r -s` instead.
python setup.py check -m -s
flake8 .
pytest {posargs}
[flake8]
exclude = .tox,*.egg,build,data,.venv
select = E,W,F
max-line-length = 160
[check-manifest]
ignore =
.idea/**
requirements-dev.txt
token