File: tox.ini

package info (click to toggle)
python-text-unidecode 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 412 kB
  • sloc: python: 76; makefile: 9; perl: 6
file content (8 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
5
6
7
8
[tox]
envlist = py27,py34,py35,py36,py37,pypy,pypy3

[testenv]
deps =
    pytest
commands=
    py.test []