Created
January 8, 2011 01:38
-
-
Save richleland/770420 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
___________________________________________________________________________________ [tox sdist] ___________________________________________________________________________________ | |
[TOX] ***creating sdist package | |
[TOX] /Users/rleland/OPENSOURCE/django-cumulus$ /Users/rleland/.virtualenvs/django-cumulus/bin/python setup.py sdist --formats=zip --dist-dir .tox/dist >.tox/log/0.log | |
[TOX] ***copying new sdistfile to '/Users/rleland/.tox/distshare/django-cumulus-0.3.4.zip' | |
_______________________________________________________________________________ [tox testenv:py26] ________________________________________________________________________________ | |
[TOX] ***reusing existing matching virtualenv py26 | |
[TOX] /Users/rleland/OPENSOURCE/django-cumulus/.tox/py26/log$ ../bin/pip install --download-cache=/Users/rleland/OPENSOURCE/django-cumulus/.tox/_download ../../dist/django-cumulus-0.3.4.zip >5.log | |
[TOX] /Users/rleland/OPENSOURCE/django-cumulus/cumulus_project$ ../.tox/py26/bin/python manage.py test cumulus | |
Creating test database... | |
Creating table auth_permission | |
Creating table auth_group | |
Creating table auth_user | |
Creating table auth_message | |
Creating table django_content_type | |
Creating table django_session | |
Creating table django_site | |
Creating table django_admin_log | |
Creating table cumulus_thing | |
Creating table thumbnail_kvstore | |
Creating table photos_photo | |
Installing index for auth.Permission model | |
Installing index for auth.Message model | |
Installing index for admin.LogEntry model | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 2.591s | |
OK | |
Destroying test database... | |
__________________________________________________________________________________ [tox summary] __________________________________________________________________________________ | |
[TOX] py26: commands succeeded | |
[TOX] congratulations :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment