Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
d6084917
Commit
d6084917
authored
Oct 01, 2018
by
Samuel GAIST
Browse files
Merge branch 'disable_python2_builds' into 'master'
Disable python2 builds Closes
#61
See merge request
!34
parents
e6c16f15
6a207b8a
Pipeline
#23886
failed with stages
in 12 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d6084917
...
@@ -80,12 +80,6 @@ stages:
...
@@ -80,12 +80,6 @@ stages:
-
./_ci/after_build.sh
-
./_ci/after_build.sh
build_linux_27
:
<<
:
*linux_build_job
variables
:
PYTHON_VERSION
:
"
2.7"
build_linux_36
:
build_linux_36
:
<<
:
*linux_build_job
<<
:
*linux_build_job
variables
:
variables
:
...
@@ -100,12 +94,6 @@ build_linux_36:
...
@@ -100,12 +94,6 @@ build_linux_36:
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
build_macosx_27
:
<<
:
*macosx_build_job
variables
:
PYTHON_VERSION
:
"
2.7"
build_macosx_36
:
build_macosx_36
:
<<
:
*macosx_build_job
<<
:
*macosx_build_job
variables
:
variables
:
...
@@ -113,16 +101,6 @@ build_macosx_36:
...
@@ -113,16 +101,6 @@ build_macosx_36:
# Docker host based testing
# Docker host based testing
docker_linux_27
:
<<
:
*linux_docker_job
variables
:
PYTHON_VERSION
:
"
2.7"
dependencies
:
-
build_linux_27
tags
:
-
docker-build
docker_linux_36
:
docker_linux_36
:
<<
:
*linux_docker_job
<<
:
*linux_docker_job
variables
:
variables
:
...
@@ -141,9 +119,7 @@ docker_linux_36:
...
@@ -141,9 +119,7 @@ docker_linux_36:
script
:
script
:
-
./_ci/deploy.sh
-
./_ci/deploy.sh
dependencies
:
dependencies
:
-
build_linux_27
-
build_linux_36
-
build_linux_36
-
build_macosx_27
-
build_macosx_36
-
build_macosx_36
tags
:
tags
:
-
deployer
-
deployer
...
...
doc/conf.py
View file @
d6084917
...
@@ -54,7 +54,7 @@ extensions = [
...
@@ -54,7 +54,7 @@ extensions = [
]
]
# Be picky about warnings
# Be picky about warnings
nitpicky
=
True
nitpicky
=
False
# Ignores stuff we can't easily resolve on other project's sphinx manuals
# Ignores stuff we can't easily resolve on other project's sphinx manuals
nitpick_ignore
=
[]
nitpick_ignore
=
[]
...
...
Write
Preview
Supports
Markdown
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