File: tox.ini

package info (click to toggle)
sixer 1.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: python: 3,037; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py3

[testenv]
deps=
    # install rst2html.py
    docutils
commands=
    python tests.py
    rst2html.py README.rst README.html

[testenv:py3]
basepython = python3