File: tox.ini

package info (click to toggle)
python-tinyrpc 0.6-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: python: 1,700; makefile: 142; sh: 16
file content (14 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py27,py33,py34

[testenv]
deps=
    py27: mock>=1.3.0
    six
    pytest
    werkzeug
    gevent-websocket
    gevent
    requests
    zmq
commands=py.test -rs