Building/Testing persistent package with tox
Stephan Richter <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <2819459.2cKbIIsMWo@einstein> |
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"
_______________________________________________
Zope-Dev maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )