File: tox.ini

package info (click to toggle)
python-mnemonic 0.21-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 484 kB
  • sloc: python: 334; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist =
    py37,
    py38,
    py39,
    py310,
    py311,
    py312,
    pypy,

[testenv]
commands =
    python tests/test_mnemonic.py