Skip to content
Snippets Groups Projects
tox.ini 376 B
[tox]
env_list =
    teklia-dan
minversion = 4.6.4

[testenv]
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
deps =
    pytest>=6
    pytest-responses
    -rrequirements.txt
commands =
    pytest {tty:--color=yes} {posargs}

setenv =
  PIP_INDEX_URL=https://gitlab.teklia.com/api/v4/projects/210/packages/pypi/simple

[pytest]
testpaths= tests