Created
April 20, 2011 19:35
-
-
Save jacobian/932468 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
| /Users/jacob/Projects/Django/.tox/py27sqlite/log$ ../bin/pip install --download-cache=/Users/jacob/Projects/Django/.tox/_download ../../dist/Django-1.3.zip >1.log | |
| Unpacking /Users/jacob/Projects/Django/.tox/dist/Django-1.3.zip | |
| Running setup.py egg_info for package from file:///Users/jacob/Projects/Django/.tox/dist/Django-1.3.zip | |
| Installing collected packages: Django | |
| Running setup.py install for Django | |
| changing mode of build/scripts-2.6/django-admin.py from 644 to 755 | |
| changing mode of /Users/jacob/Projects/Django/.tox/py27sqlite/bin/django-admin.py to 755 | |
| Successfully installed Django | |
| Cleaning up... |
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/jacob/Projects/Django/upstream$ /Users/jacob/.virtualenvs/django/bin/python setup.py sdist --formats=zip --dist-dir ../.tox/dist >../.tox/log/0.log | |
| [TOX] ***copying new sdistfile to '/Users/jacob/.tox/distshare/Django-1.3.zip' | |
| _______________________________________________ [tox testenv:py27sqlite] ________________________________________________ | |
| [TOX] ***recreating virtualenv py27sqlite (configchange/incomplete install detected) | |
| [TOX] /Users/jacob/Projects/Django/.tox$ virtualenv --distribute --no-site-packages -p /Users/jacob/.virtualenvs/django/bin/python py27sqlite >py27sqlite/log/0.log | |
| [TOX] /Users/jacob/Projects/Django/.tox/py27sqlite/log$ ../bin/pip install --download-cache=/Users/jacob/Projects/Django/.tox/_download ../../dist/Django-1.3.zip >1.log | |
| _____________________________________________________ [tox summary] _____________________________________________________ | |
| [TOX] ERROR: py27sqlite: commands failed |
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] | |
| envlist = py27sqlite | |
| setupdir = {toxinidir}/upstream | |
| [testenv:py27sqlite] | |
| changedir = upstream | |
| commands = tests/runtests.py --settings=testsettings.sqlite basic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment