Created
July 16, 2013 15:25
-
-
Save hpk42/6009750 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(3)hpk@teta:~/p/devpi/client$ tox --notest -vv -e py26 | |
using tox.ini: /home/hpk/p/devpi/client/tox.ini | |
using tox-1.5.1.dev2 from /home/hpk/p/tox/tox/__init__.pyc | |
GLOB start: packaging | |
GLOB sdist-make: /home/hpk/p/devpi/client/setup.py | |
/home/hpk/p/devpi/client$ /home/hpk/venv/3/bin/python /home/hpk/p/devpi/client/setup.py sdist --formats=zip --dist-dir /home/hpk/p/devpi/client/.tox/dist >/home/hpk/p/devpi/client/.tox/log/tox-0.log | |
GLOB finish: packaging after 0.10 seconds | |
copying new sdistfile to '/home/hpk/.tox/distshare/devpi-client-0.9.3.zip' | |
py26 start: getenv /home/hpk/p/devpi/client/.tox/py26 | |
py26 create: /home/hpk/p/devpi/client/.tox/py26 | |
/home/hpk/p/devpi/client/.tox$ /usr/bin/python2.6 /home/hpk/venv/3/local/lib/python2.7/site-packages/virtualenv.py --setuptools py26 >/home/hpk/p/devpi/client/.tox/py26/log/py26-0.log | |
py26 installdeps: pytest, devpi-server>=0.9.2, mock | |
/home/hpk/p/devpi/client/.tox/py26/log$ /home/hpk/p/devpi/client/.tox/py26/bin/pip install pytest devpi-server>=0.9.2 mock >/home/hpk/p/devpi/client/.tox/py26/log/py26-1.log | |
py26 finish: getenv after 6.65 seconds | |
py26 start: installpkg /home/hpk/p/devpi/client/.tox/dist/devpi-client-0.9.3.zip | |
py26 inst: /home/hpk/p/devpi/client/.tox/dist/devpi-client-0.9.3.zip | |
/home/hpk/p/devpi/client/.tox/py26/log$ /home/hpk/p/devpi/client/.tox/py26/bin/pip install /home/hpk/p/devpi/client/.tox/dist/devpi-client-0.9.3.zip >/home/hpk/p/devpi/client/.tox/py26/log/py26-2.log | |
py26 finish: installpkg after 2.13 seconds | |
__________________________________________ summary __________________________________________ | |
py26: skipped tests | |
congratulations :) | |
(3)hpk@teta:~/p/devpi/client$ rm -rf .tox | |
(3)hpk@teta:~/p/devpi/client$ tox --develop --notest -vv -e py26 | |
using tox.ini: /home/hpk/p/devpi/client/tox.ini | |
using tox-1.5.1.dev2 from /home/hpk/p/tox/tox/__init__.pyc | |
skipping sdist step | |
py26 start: getenv /home/hpk/p/devpi/client/.tox/py26 | |
py26 create: /home/hpk/p/devpi/client/.tox/py26 | |
/home/hpk/p/devpi/client/.tox$ /usr/bin/python2.6 /home/hpk/venv/3/local/lib/python2.7/site-packages/virtualenv.py --setuptools py26 >/home/hpk/p/devpi/client/.tox/py26/log/py26-0.log | |
py26 installdeps: pytest, devpi-server>=0.9.2, mock | |
/home/hpk/p/devpi/client/.tox/py26/log$ /home/hpk/p/devpi/client/.tox/py26/bin/pip install pytest devpi-server>=0.9.2 mock >/home/hpk/p/devpi/client/.tox/py26/log/py26-1.log | |
py26 finish: getenv after 6.50 seconds | |
py26 start: developpkg /home/hpk/p/devpi/client | |
/home/hpk/p/devpi/client$ /usr/bin/python2.6 /home/hpk/p/devpi/client/setup.py --name | |
py26 finish: developpkg after 0.01 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment