File: tox.ini

package info (click to toggle)
clikit 0.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 984 kB
  • sloc: python: 9,575; sh: 6; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
[tox]
isolated_build = true
envlist = py27, py35, py36, py37, py38

[testenv]
whitelist_externals = poetry
commands =
    poetry run pip install -U pip
    poetry install -v --no-root
    poetry run pytest tests/