aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_python.sh
Commit message (Collapse)AuthorAge
...
| * Upgrade Python proto dependency to 3.0.0-alpha-1.Gravatar Nathaniel Manista2015-02-15
| |
| * Clean up setup.py and move it into src/.Gravatar Nathaniel Manista2015-02-15
|/
* Allow Python to be built without sudoGravatar Craig Tiller2015-02-10
|
* Install PyPI's protobuf into the Python virtual environment.Gravatar Nathaniel Manista2015-02-02
| | | | | | There may be a way to use third_party's protobuf (and this may eventually be necessary) but I haven't yet figured out how to do it correctly. It can happen later.
* Refactoring of the Python build.Gravatar Nathaniel Manista2015-02-02
| | | | | | | | | | The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment.
* Add Python to run-tests.Gravatar Nathaniel Manista2015-01-22