File: tox.ini

package info (click to toggle)
python-ciso8601 2.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: python: 1,294; ansic: 939; sh: 22; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
requires =
    tox>=4
envlist = {py314,py313,py312,py311,py310,py39,py38}-caching_{enabled,disabled}

[testenv]
package = sdist
setenv =
    STRICT_WARNINGS = 1
    caching_enabled: CISO8601_CACHING_ENABLED = 1
    caching_disabled: CISO8601_CACHING_ENABLED = 0
deps =
    pytz
commands=python -m unittest