File: tox.ini

package info (click to toggle)
legacycrypt 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: python: 224; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[tox]
isolated_build = True
envlist = py36,py37,py38,pypy3
skip_missing_interpreters = True

[tox:.package]
basepython = python3

[testenv]
commands = {envpython} tests.py