File: tox.ini

package info (click to toggle)
python-opentracing 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: python: 3,489; makefile: 98
file content (7 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
[tox]
envlist = py27,py35,py36,py37

[testenv]
install_command = pip install {opts} {packages} {env:PWD}[tests]
whitelist_externals = make
commands =  make test testbed lint