File: tox.ini

package info (click to toggle)
logging-tree 1.9-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 128 kB
  • sloc: python: 449; sh: 17; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# To test against as many versions of Python as feasible, I run:
#
# tox --discover ~/.pyenv/versions/*/bin/python
#
# Unfortunately tox has lost its ability to detect older versions of
# Python like 2.6 (much less 2.3 or 2.4); see the accompanying `test.sh`
# script for an alternative.

[tox]
envlist = py27,py36,py37,py38,py39
[testenv]
commands =
    python -m unittest discover logging_tree