annotate tox.ini @ 115:a8613e4c51dc

call __init__ correctly
author Jeff Hammel <k0scist@gmail.com>
date Wed, 28 Aug 2024 08:30:14 -0700
parents 450aff4c97e3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
107
450aff4c97e3 py35 compat
Jeff Hammel <k0scist@gmail.com>
parents: 104
diff changeset
1 # https://tox.readthedocs.io/en/latest/
104
ae8df6457f05 begin to toxify
Jeff Hammel <k0scist@gmail.com>
parents:
diff changeset
2 [tox]
107
450aff4c97e3 py35 compat
Jeff Hammel <k0scist@gmail.com>
parents: 104
diff changeset
3 envlist=py27
450aff4c97e3 py35 compat
Jeff Hammel <k0scist@gmail.com>
parents: 104
diff changeset
4 [testenv]
450aff4c97e3 py35 compat
Jeff Hammel <k0scist@gmail.com>
parents: 104
diff changeset
5 commands=python setup.py test