diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -43,26 +43,25 @@ setenv = LDFLAGS='-L/usr/local/lib' [testenv:py27-dev-local] -# This environment assumes leap_common and soledad repos +# This environment assumes leap_common and soledad repos # are checked out locally in the parent folder. # Use pkg/tools/checkout_leap.sh script to do that. commands = py.test -k 'not bench' --pep8 -x {posargs} deps = -r{toxinidir}/pkg/requirements-testing.pip - -egit+https://github.com/pixelated/python-gnupg.git@key_extension_and_sign#egg=gnupg + -egit+https://github.com/isislovecruft/python-gnupg.git@develop#egg=gnupg -e../leap_commondev -e../soledad setenv = HOME=/tmp PATH=/usr/bin/:/bin/ - - + [testenv:py27-bench] commands = py.test {posargs} changedir = bench deps = - gnupg + -egit+https://github.com/isislovecruft/python-gnupg.git@develop#egg=gnupg pytest pytest-benchmark # need the next 2 for graphs, but new version changed api a bit and is |