cloudmatrix / esky

an auto-update framework for frozen python apps
BSD 3-Clause "New" or "Revised" License
362 stars 74 forks source link

Travis #88

Closed timeyyy closed 9 years ago

timeyyy commented 9 years ago

@rfk tests are passing now for cxfreeze on travis virtual machine

timeyyy commented 9 years ago

@rfk , esky currently doesn't build on the master branch, it receives this error

bytecode += marshal.dumps(compile(source_code, compile_filename, "exec")) TypeError: compile() argument 2 must be string, not None

as esky on pypi is also broken we need at least master to be working!, please merge at least the first commit.