Masood Malekghassemi
fe8dc883d0
Reorganize Python packages
...
This is in preparation of moving all tests into a separate package to
enable ease of coverage checking and testing.
9 years ago
Masood Malekghassemi
e5f7002617
Add Python3 testing support
...
Conditionally runs the tests depending on the availability of Python
versions (because Travis is the worst).
10 years ago
Masood Malekghassemi
743c10ccd5
Cython refactor of Python C wrapping layer
...
Also set up environment-related details needed for a smooth Cython
experience: have the test script avoid rebuilding all dependencies if the
virtualenv directory already exists, have the PyPI distribution script
distribute the Cython generated C code rather than the .pyx files.
10 years ago
Masood Malekghassemi
9d3fbcf0ba
Make warnings errors when building Python tests
10 years ago
Masood Malekghassemi
4b4181ed1c
Ensure C89 compatibility in Linux tests
10 years ago
Masood Malekghassemi
ee6f1bffc6
Redirect build_python.sh to requirements.txt
10 years ago
Nicolas "Pixel" Noble
b98188e826
Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.
10 years ago
Masood Malekghassemi
65af063ad7
Fix Python test ignorance of build config
10 years ago
Nathaniel Manista
a25af852c7
Include interop tests in python_tests.json
10 years ago
murgatroid99
5c4052d771
Removed logging, returned other tests to .travis.yml
10 years ago
murgatroid99
cedab130c2
Put tests back in a useful state
10 years ago
murgatroid99
a2af8a1a98
Changed how python versions are specified
10 years ago
murgatroid99
d1d1626263
Added another log line
10 years ago
murgatroid99
b7063f1416
Added python tests to .travis.yml
10 years ago
Jan Tattermusch
f0a801eb5e
running python tests on travis
10 years ago
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
834288138d
Add shell script copyrights
10 years ago
Nathaniel Manista
a73f7464c2
Upgrade Python proto dependency to 3.0.0-alpha-1.
10 years ago
Nathaniel Manista
a035afcfae
Clean up setup.py and move it into src/.
10 years ago
Craig Tiller
75be91a149
Allow Python to be built without sudo
10 years ago
Nathaniel Manista
c48afec9f4
Install PyPI's protobuf into the Python virtual environment.
...
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.
10 years ago
Nathaniel Manista
b8b0adfbf9
Refactoring of the Python build.
...
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.
10 years ago
Nathaniel Manista
840615ed27
Add Python to run-tests.
10 years ago