File: tox.ini

package info (click to toggle)
python-icecream 2.1.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: python: 1,808; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[tox]
envlist = py27, py35, py36, py37, py38, py39, pypy, pypy3

[testenv]
deps =
    nose
commands =
    nosetests --exe []