##// END OF EJS Templates
swallow stdout and report time for build/install step in test_pr...
swallow stdout and report time for build/install step in test_pr The vast majority of the output of test_pr is uninteresting stdout for install. It's also possible for system-site-packages envs to end up importing IPython *not* from the install we mean to test, so add a check for that.

File last commit:

r7928:16b88195
r8113:5d68b79f
Show More
tox.ini
19 lines | 492 B | text/x-ini | IniLexer
# 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.
[tox]
envlist = py26, py27, py32
[testenv]
commands =
pip install -q --use-mirrors nose
easy_install -q pyzmq
iptest -w /tmp
[testenv:py32]
commands =
pip install -q --use-mirrors nose
easy_install -q pyzmq
iptest3 -w /tmp