diff options
| -rw-r--r-- | tests/test_qt_environment.py | 2 | ||||
| -rw-r--r-- | tox.ini | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/tests/test_qt_environment.py b/tests/test_qt_environment.py index d97322b9..e90d527f 100644 --- a/tests/test_qt_environment.py +++ b/tests/test_qt_environment.py @@ -2,7 +2,7 @@ import sys  import unittest  import sip -sip.setapi('QVariant', 2) +#sip.setapi('QVariant', 2)  from PyQt4 import QtGui @@ -1,11 +1,11 @@  [tox] -envlist = py26,py27,pep8 +envlist = py26,py27  [testenv]  deps = -r{toxinidir}/pkg/requirements.pip         -r{toxinidir}/pkg/test-requirements.pip  sitepackages = True -commands = nosetests +commands = nosetests --exclude-dir=src/leap/soledad  [testenv:pep8]  deps = pep8==1.1 | 
