[Zope-dev] Building/Testing persistent package with tox
Stephan Richter
stephan.richter at gmail.com
Fri Jan 11 15:54:07 UTC 2013
Hi guys,
I have just tried to build/test persistent with tox and it fails with the
following error message::
IOError: [Errno 2] No such file or directory: '/tmp/pip-u7jE1n-
build/CHANGES.txt'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip-u7jE1n-build/setup.py", line 29, in <module>
open(os.path.join(here, 'CHANGES.txt')).read())
IOError: [Errno 2] No such file or directory: '/tmp/pip-u7jE1n-
build/CHANGES.txt
This is indeed correct, since the ZIP package archive created by tox in
./.tox/dist does not include any txt files.
I use the following command to run tox:
$ tox -e py27,py32
How do others run tox?
Regards,
Stephan
--
Entrepreneur and Software Geek
Google me. "Zope Stephan Richter"
More information about the Zope-Dev
mailing list