[go: up one dir, main page]

File: tox.ini

package info (click to toggle)
distlib 0.3.9-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,228 kB
  • sloc: python: 12,347; ansic: 820; sh: 106; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py27, py36, py37, py38, py39, py310, py311, py312, py313, pypy, pypy3
isolated_build = True

[testenv]
setenv =
    PYTHONHASHSEED=0
passenv =
    APPVEYOR
    SSL_CERT_DIR
commands = python tests/test_all.py