Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
6a244fe0
Unverified
Commit
6a244fe0
authored
Jan 04, 2018
by
xoviat
Committed by
GitHub
Jan 04, 2018
Browse files
Merge pull request #111 from matthew-brett/drop-2.6
Drop 2.6
parents
9da815f7
ae6266f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
.travis.yml
.travis.yml
+2
-2
osx_utils.sh
osx_utils.sh
+1
-4
No files found.
.travis.yml
View file @
6a244fe0
...
@@ -31,12 +31,12 @@ matrix:
...
@@ -31,12 +31,12 @@ matrix:
-
os
:
osx
-
os
:
osx
osx_image
:
xcode6.4
osx_image
:
xcode6.4
env
:
env
:
-
PYTHON_VERSION=2.
6
-
PYTHON_VERSION=2.
7.11
-
TEST_BUILDS=1
-
TEST_BUILDS=1
-
os
:
osx
-
os
:
osx
osx_image
:
xcode6.4
osx_image
:
xcode6.4
env
:
env
:
-
PYTHON_VERSION=2.
6
-
PYTHON_VERSION=2.
7.11
-
VENV=venv
-
VENV=venv
-
os
:
osx
-
os
:
osx
env
:
env
:
...
...
osx_utils.sh
View file @
6a244fe0
...
@@ -242,12 +242,9 @@ function make_workon_venv {
...
@@ -242,12 +242,9 @@ function make_workon_venv {
fi
fi
venv_dir
=
`
abspath
$venv_dir
`
venv_dir
=
`
abspath
$venv_dir
`
check_python
check_python
$
VIRTUALENV_CMD
--python
=
$PYTHON_EXE
$venv_dir
$
PYTHON_EXE
-m
virtualenv
$venv_dir
PYTHON_EXE
=
$venv_dir
/bin/python
PYTHON_EXE
=
$venv_dir
/bin/python
PIP_CMD
=
$venv_dir
/bin/pip
PIP_CMD
=
$venv_dir
/bin/pip
if
[
"
$(
get_py_mm
)
"
==
"2.6"
]
;
then
PIP_CMD
=
"
$PIP_CMD
--trusted-host=pypi.python.org"
fi
}
}
function
remove_travis_ve_pip
{
function
remove_travis_ve_pip
{
...
...
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