File: tox.ini

package info (click to toggle)
python-pyrgg 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,104 kB
  • sloc: python: 1,292; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py35,py36,py37,py38,flake8

[testenv]
deps = -r dev-requirements.txt
commands = pytest --cov=pyrgg/ test/

[testenv:flake8]
deps = -r dev-requirements.txt
commands = flake8 pyrgg/ test/