Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Side by Side Diff: third_party/protobuf/python/tox.ini

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/protobuf/python/setup.py ('k') | third_party/protobuf/ruby/Gemfile.lock » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [tox] 1 [tox]
2 envlist = 2 envlist =
3 py{26,27,33,34}-{cpp,python} 3 py{26,27,33,34}-{cpp,python}
4 4
5 [testenv] 5 [testenv]
6 usedevelop=true 6 usedevelop=true
7 passenv = CC 7 passenv = CC
8 setenv = 8 setenv =
9 cpp: LD_LIBRARY_PATH={toxinidir}/../src/.libs 9 cpp: LD_LIBRARY_PATH={toxinidir}/../src/.libs
10 cpp: DYLD_LIBRARY_PATH={toxinidir}/../src/.libs 10 cpp: DYLD_LIBRARY_PATH={toxinidir}/../src/.libs
11 cpp: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp 11 cpp: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
12 commands = 12 commands =
13 python setup.py -q build_py 13 python setup.py -q build_py
14 python: python setup.py -q build 14 python: python setup.py -q build
15 cpp: python setup.py -q build --cpp_implementation --warnings_as_errors 15 cpp: python setup.py -q build --cpp_implementation --warnings_as_errors
16 python: python setup.py -q test -q 16 python: python setup.py -q test -q
17 cpp: python setup.py -q test -q --cpp_implementation 17 cpp: python setup.py -q test -q --cpp_implementation
18 # TODO(xiaofeng): Disabled because the Python testee program crashes on 18 python: python setup.py -q test_conformance
19 # some conformance test inputs. 19 cpp: python setup.py -q test_conformance --cpp_implementation
20 # python: python setup.py -q test_conformance
21 # cpp: python setup.py -q test_conformance --cpp_implementation
22 deps = 20 deps =
23 # Keep this list of dependencies in sync with setup.py. 21 # Keep this list of dependencies in sync with setup.py.
24 six>=1.9 22 six>=1.9
25 py26: ordereddict 23 py26: ordereddict
26 py26: unittest2 24 py26: unittest2
OLDNEW
« no previous file with comments | « third_party/protobuf/python/setup.py ('k') | third_party/protobuf/ruby/Gemfile.lock » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698