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
c2aa26e5
Commit
c2aa26e5
authored
Aug 18, 2017
by
Jie Luo
Committed by
GitHub
Aug 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)
This reverts commit
703f414c
.
parent
703f414c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
tox.ini
python/tox.ini
+1
-1
tests.sh
tests.sh
+3
-4
No files found.
python/tox.ini
View file @
c2aa26e5
[tox]
envlist
=
py{26,27,3
4,35,36
}-{cpp,python}
py{26,27,3
3,34
}-{cpp,python}
[testenv]
usedevelop
=
true
...
...
tests.sh
View file @
c2aa26e5
...
...
@@ -235,9 +235,8 @@ internal_install_python_deps() {
sudo
apt-add-repository
-y
ppa:fkrull/deadsnakes
sudo
apt-get update
-qq
sudo
apt-get
install
-y
python2.6 python2.6-dev
sudo
apt-get
install
-y
python3.3 python3.3-dev
sudo
apt-get
install
-y
python3.4 python3.4-dev
sudo
apt-get
install
-y
python3.5 python3.5-dev
sudo
apt-get
install
-y
python3.6 python3.6-dev
fi
}
...
...
@@ -279,7 +278,7 @@ build_python() {
cd
python
# Only test Python 2.6/3.x on Linux
if
[
$(
uname
-s
)
==
"Linux"
]
;
then
envlist
=
py
\{
26,27,3
4,35,36
\}
-python
envlist
=
py
\{
26,27,3
3,34
\}
-python
else
envlist
=
py27-python
fi
...
...
@@ -295,7 +294,7 @@ build_python_cpp() {
cd
python
# Only test Python 2.6/3.x on Linux
if
[
$(
uname
-s
)
==
"Linux"
]
;
then
envlist
=
py
\{
26,27,3
4,35,36
\}
-cpp
envlist
=
py
\{
26,27,3
3,34
\}
-cpp
else
envlist
=
py27-cpp
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