File: tox.ini

package info (click to toggle)
pyro4 4.82-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,528 kB
  • sloc: python: 17,736; makefile: 169; sh: 113; javascript: 62
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist=py27,py35,py36,py37,py38,py39,py310

[testenv]
deps=-rtest_requirements.txt
changedir=tests
commands=python -bb -tt -E -Wall run_testsuite.py --tox

[testenv:pypy3]
# pypy3 doesn't have the -tt option
commands=pypy3 -E -Wall -bb run_testsuite.py --tox