File: tox.ini

package info (click to toggle)
python-msgpack-numpy 0.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 128 kB
  • sloc: python: 518; makefile: 23
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
8
[tox]
envlist = py{27,35,36,37,38}
recreate = True

[testenv]
deps =
    -r{toxinidir}/requirements.txt
commands = python tests.py