Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
f509c7b2
Commit
f509c7b2
authored
Oct 05, 2015
by
Jisi Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable py2.6 tests for json_format_test
parent
dbea00ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
tox.ini
python/tox.ini
+2
-1
travis.sh
travis.sh
+2
-1
No files found.
python/tox.ini
View file @
f509c7b2
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
envlist
=
envlist
=
# cpp implementation on py34 is currently broken due to
# cpp implementation on py34 is currently broken due to
# changes introduced by http://bugs.python.org/issue22079.
# changes introduced by http://bugs.python.org/issue22079.
py{26,27,33,34}-{cpp,python}
# py26 is currently broken due to the json_format_test
py{27,33,34}-{cpp,python}
[testenv]
[testenv]
usedevelop
=
true
usedevelop
=
true
...
...
travis.sh
View file @
f509c7b2
...
@@ -131,7 +131,8 @@ build_python() {
...
@@ -131,7 +131,8 @@ build_python() {
cd
python
cd
python
# Only test Python 2.6/3.x on Linux
# Only test Python 2.6/3.x on Linux
if
[
$(
uname
-s
)
==
"Linux"
]
;
then
if
[
$(
uname
-s
)
==
"Linux"
]
;
then
envlist
=
py
\{
26,27,33,34
\}
-python
# py26 is currently disabled due to json_format_test
envlist
=
py
\{
27,33,34
\}
-python
else
else
envlist
=
py27-python
envlist
=
py27-python
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment