diff options
author | antialias <antialias@leap.se> | 2013-01-25 10:22:35 -0500 |
---|---|---|
committer | antialias <antialias@leap.se> | 2013-01-25 10:22:35 -0500 |
commit | 3d8e4dcbec4b879ba3760858f9c7fcd4bfcb5721 (patch) | |
tree | 001d584ad4dfb7687ce0e6b09ded3db1321316d8 /tox.ini | |
parent | 2814a28b5bd9bb15953cfd2ed31b1ef4dbf396bf (diff) |
added xvfb-run to tox command
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ envlist = py26,py27 deps = -r{toxinidir}/pkg/requirements.pip -r{toxinidir}/pkg/test-requirements.pip sitepackages = True -commands = nosetests --exclude-dir=src/leap/soledad +commands = xfvb-run nosetests --exclude-dir=src/leap/soledad [testenv:pep8] deps = pep8==1.1 |