File: tox.ini

package info (click to toggle)
python-pbcommand 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,108 kB
  • sloc: python: 7,302; makefile: 216; sh: 24
file content (14 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

# Adding numpy for not great reasons.
[tox]
envlist = py27

[testenv]
commands = nosetests -s --verbose --logging-config log_nose.cfg
deps =
    requests
    nose