File: tox.ini

package info (click to toggle)
python-maturin 1.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,540 kB
  • sloc: python: 656; javascript: 93; sh: 55; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
[tox]
envlist = py36,py37,py38
isolated_build = True

[testenv]
deps = pytest
commands = pytest tests/