File: tox.ini

package info (click to toggle)
python-infinity 1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: python: 311; makefile: 20
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,py33,py34,py35,pypy,pypy3

[testenv]
deps =
    pytest
    six
commands = py.test --doctest-glob='*.rst'