aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_python.sh
Commit message (Collapse)AuthorAge
* running python tests on travisGravatar Jan Tattermusch2015-02-26
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Merge github.com:grpc/grpc into copyrightGravatar Craig Tiller2015-02-17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py
* | Add shell script copyrightsGravatar Craig Tiller2015-02-16
| |
| * 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