You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #133 and #134 we have to add a sanity test/make target to build the packages and compare the contents. Also try to install them inside a virtualenv and report on errors.
While at it also add a sanity check to make sure we're not including any pyc files into the package.
This should run on different Python versions and can utilize Travis CI build stages so that package build/install tests happen only after all unit tests are PASS.
The text was updated successfully, but these errors were encountered:
After #133 and #134 we have to add a sanity test/make target to build the packages and compare the contents. Also try to install them inside a virtualenv and report on errors.
While at it also add a sanity check to make sure we're not including any pyc files into the package.
This should run on different Python versions and can utilize
Travis CI build stages so that package build/install tests happen only after all unit tests are PASS.
The text was updated successfully, but these errors were encountered: