twisted / nevow

Web Application Construction Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test actual package installation continuously

exarkun opened this issue · comments

The current travis-ci configuration does pip install --editable ....

This means nothing is really installed. It's just a trick with a pth file or something.

We want Nevow to actually be installable. Probably from an sdist or a wheel. Build these and install them and run the tests against the result. On travis.