File: tox.ini

package info (click to toggle)
python-intervals 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: python: 1,499; sh: 11; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py35,py36,py37,pypy

[testenv]
deps =
    infinity
    pygments
    pytest
commands = py.test --doctest-modules --doctest-glob="*.rst" --ignore setup.py