Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
90d1de9a
Commit
90d1de9a
authored
9 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Do not precise python version
parent
876f11c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-6
1 addition, 6 deletions
.travis.yml
ci/travis/before_install.sh
+2
-1
2 additions, 1 deletion
ci/travis/before_install.sh
with
3 additions
and
7 deletions
.travis.yml
+
1
−
6
View file @
90d1de9a
os
:
-
osx
language
:
python
python
:
# We don't actually use the Travis Python, but this keeps it organized.
-
"
3.4"
os
:
osx
before_install
:
# Install and configure pyenv
-
ci/travis/before_install.sh
...
...
This diff is collapsed.
Click to expand it.
ci/travis/before_install.sh
+
2
−
1
View file @
90d1de9a
brew update
brew
install
wget
brew
install
libsodium
## Ensure your brew QT version is up to date. (brew install qt -> qt 4.8)
brew
install
qt5
brew
link
--force
qt5
env
PYTHON_CONFIGURE_OPTS
=
"--enable-framework"
pyenv
install
$TRAVIS_PYTHON_VERSION
pyenv shell 3.5.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment