- Apr 15, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
Fixed Travis-CI Build Status Link in README.md
-
Andrew Scheller authored
-
Andrew Scheller authored
because @pfalcon says so
-
Jonathan Greig authored
-
Andrew Scheller authored
Conflicts: .travis.yml
-
Paul Sokolovsky authored
-
Andrew Scheller authored
Check that the bare-arm, stmhal and unix-cpy ports at least remain compilable, even if we can only actually run tests against the unix port.
-
Paul Sokolovsky authored
Update .travis.yml to use python3.3
-
Andrew Scheller authored
Seems like I'd inadvertently created invalid YAML!
-
Andrew Scheller authored
Add diffing of failure logs
-
Andrew Scheller authored
Doh, the shebang line for run-tests itself relies on `python3`
-
- Apr 14, 2014
-
-
Andrew Scheller authored
This *might* fix it enough for all tests to run (maybe?)
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
Needs a proper fix, to install/configure CPython 3.3.x (or 3.4.0) on Travis CI.
-
Damien George authored
-
Paul Sokolovsky authored
That was easy - just avoid erroring out on seeing candidate dir for namespace package. That's far from being complete though - namespace packages should support importing portions of package from different sys.path entries, here we require first matching entry to contain all namespace package's portions. And yet, that's a way to put parts of the same Python package into multiple installable package - something we really need for *Micro*Python.
-
Paul Sokolovsky authored
-
Damien George authored
pip-micropython: revert $HOME back to ~
-
Andrew Scheller authored
-
Damien George authored
-
Damien George authored
Don't allow both ENDIANNESSes to be set
-
Damien George authored
Make pip-micropython more portable
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Add Travis CI support.
-
Damien George authored
Disabled by default. Enabled in unix port.
-
Damien George authored
-
Damien George authored
Use computed goto instead of switching op-codes.
-
AZ Huang authored
-
Damien George authored
Fix parallel build.
-
Damien George authored
-
AZ Huang authored
-
AZ Huang authored
-
Andrew Scheller authored
Replace /tmp with a $TMPDIR variable Replace multiple occurrences of /tmp/pip-micropy-venv with a $TMPVENV variable Replace ~ with $HOME
-
Andrew Scheller authored
See discussion on https://github.com/micropython/micropython/commit/2da81fa80c4cd965f05ad237d81d9764322fde20 Explicitly set `MP_ENDIANNESS_LITTLE` because that's the #define that is used in code elsewhere.
-
Damien George authored
-