Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
9c6f415d
Commit
9c6f415d
authored
10 years ago
by
Olivier Grisel
Browse files
Options
Downloads
Patches
Plain Diff
ENH upload Windows wheels to rackspace
parent
9b10b3c6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
appveyor.yml
+13
-9
13 additions, 9 deletions
appveyor.yml
continuous_integration/appveyor/requirements.txt
+1
-0
1 addition, 0 deletions
continuous_integration/appveyor/requirements.txt
with
14 additions
and
9 deletions
appveyor.yml
+
13
−
9
View file @
9c6f415d
...
...
@@ -7,6 +7,9 @@ environment:
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV
:
"
cmd
/E:ON
/V:ON
/C
.
\\
continuous_integration
\\
appveyor
\\
run_with_env.cmd"
WHEELHOUSE_UPLOADER_USERNAME
:
sklearn-appveyor
WHEELHOUSE_UPLOADER_SECRET
:
secure
:
BQm8KfEj6v2Y+dQxb2syQvTFxDnHXvaNktkLcYSq7jfbTOO6eH9n09tfQzFUVcWZ
matrix
:
-
PYTHON
:
"
C:
\\
Python27_32"
...
...
@@ -25,11 +28,6 @@ environment:
PYTHON_VERSION
:
"
3.4.1"
PYTHON_ARCH
:
"
64"
branches
:
only
:
-
master
-
0.15.X
install
:
# Install Python (from the official .msi of http://python.org) and pip when
# not already installed.
...
...
@@ -54,16 +52,22 @@ build: false
test_script
:
# Change to a non-source folder to make sure we run the tests on the
# installed library.
-
"
SET
PROJECT_DIR=%CD%
"
-
"
cd
C:
\\
"
-
"
mkdir
empty_folder
"
-
"
cd
empty_folder
"
# Skip joblib tests that require multiprocessing as they are prone to random
# slow down
-
"
python
-c
\"
import
nose;
nose.main()
\"
-s
--with-noseexclude
--exclude-test-file=%PROJECT_DIR%/continuous_integration/exclude_joblib_mp.txt
sklearn"
# Move back to the project folder
-
"
cd
.."
artifacts
:
# Archive the generated wheel package in the ci.appveyor.com build report.
-
path
:
dist\*
#on_success:
# - TODO: upload the content of dist/*.whl to a public wheelhouse
on_success
:
# Upload the generated wheel package to Rackspace
# On Windows, Apache Libcloud cannot find a standard CA cert bundle so we
# disable the ssl checks.
-
"
python
-m
wheelhouse_uploader
--no-ssl-check
--local-folder=dist
sklearn-windows-wheels"
This diff is collapsed.
Click to expand it.
continuous_integration/appveyor/requirements.txt
+
1
−
0
View file @
9c6f415d
...
...
@@ -13,3 +13,4 @@ scipy==0.14.0
nose
nose-exclude
wheel
wheelhouse_uploader
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