File: tox.ini

package info (click to toggle)
python-base36 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: python: 65; makefile: 6; sh: 5
file content (9 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py27,py33,py34,pypy
[testenv]
deps =
    pytest
    pytest-cov
    pytest-pep8
commands =
    py.test