File: tox.ini

package info (click to toggle)
python-pika 0.9.14-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,048 kB
  • ctags: 2,110
  • sloc: python: 10,046; makefile: 134
file content (15 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
indexserver =
    default = https://pypi.python.org/simple
envlist = py26,py27
deps = -rtest-requirements.pip

[testenv:py26]
deps =
    -rtest-requirements.pip
    unittest2

[testenv]
commands =
    nosetests -c nose.cfg