File: tox.ini

package info (click to toggle)
python-upstream-ontologist 0.2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 424 kB
  • sloc: python: 262; makefile: 25
file content (12 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
downloadcache = {toxworkdir}/cache/

[testenv]
deps =
  setuptools-rust
commands =
  python setup.py build_ext -i
  python3 -m unittest tests.test_suite
recreate = True
whitelist_externals = make
extras = cargo, debian_rules, debian_changelog, debian_watch, pyproject, homepage, readme, setup.cfg