File: tox.ini

package info (click to toggle)
python-iso8601 0.1.11-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 180 kB
  • sloc: python: 267; makefile: 23
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3

[testenv]
deps=pytest>=2.4.2
commands=py.test --verbose iso8601
setenv =
    LC_ALL=C