File: tox-bitbucket.ini

package info (click to toggle)
python-csb43 0.10.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: python: 11,036; sh: 101; makefile: 17
file content (29 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
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
; SPDX-FileCopyrightText: 2024 wmj <wmj.py@gmx.com>
;
; SPDX-License-Identifier: LGPL-3.0-or-later

[tox]
minversion = 4
envlist = py{38,39,310,311,312}-{en,es,c}
#, flake8

[testenv]
setenv = 
    OFX_SCHEMA_PATH={toxinidir}/.ofx_schemas
    LC_ALL="en_US.UTF8"
    LANG="en_US.UTF8"
    py{38,39,310,311,312}-es: LC_ALL="es_ES.UTF8"
    py{38,39,310,311,312}-es:  LANG="es_ES.UTF8"
    py{38,39,310,311,312}-c:  LC_ALL="C"
    py{38,39,310,311,312}-c:  LANG="C"

deps=
    .[basic_formats]
    pytest
    lxml
extras =
    all
commands=
    python -c "print('LC_ALL {env:LC_ALL:}  LANG {env:LANG:}')"
    py.test