Codebase list python-pbcommand / cf500dc0-a31d-4dfa-9f18-578afaf99302/main tox.ini
cf500dc0-a31d-4dfa-9f18-578afaf99302/main

Tree @cf500dc0-a31d-4dfa-9f18-578afaf99302/main (Download .tar.gz)

tox.ini @cf500dc0-a31d-4dfa-9f18-578afaf99302/mainraw · history · blame

# 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