Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
af070c12
Kaydet (Commit)
af070c12
authored
May 13, 2019
tarafından
Gordon P. Hemsley
Kaydeden (comit)
Inada Naoki
May 13, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Name individual Travis CI jobs (GH-13268)
üst
4ef9b8e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
.travis.yml
.travis.yml
+12
-6
No files found.
.travis.yml
Dosyayı görüntüle @
af070c12
...
...
@@ -32,7 +32,8 @@ matrix:
allow_failures
:
-
env
:
OPTIONAL=true
include
:
-
os
:
linux
-
name
:
"
CPython
tests"
os
:
linux
language
:
c
compiler
:
clang
# gcc also works, but to keep the # of concurrent builds down, we use one C
...
...
@@ -43,7 +44,8 @@ matrix:
apt
:
packages
:
-
xvfb
-
os
:
linux
-
name
:
"
Documentation
build"
os
:
linux
language
:
python
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
python
:
3.6
...
...
@@ -56,7 +58,8 @@ matrix:
-
python -m pip install sphinx==1.8.2 blurb python-docs-theme
script
:
-
make check suspicious html SPHINXOPTS="-q -W -j4"
-
os
:
linux
-
name
:
"
Documentation
tests"
os
:
linux
language
:
c
compiler
:
clang
env
:
TESTING=doctest
...
...
@@ -70,7 +73,8 @@ matrix:
-
make -C Doc/ PYTHON=../python venv
script
:
xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W -j4" doctest
-
os
:
osx
-
name
:
"
Mac
OS
X
tests"
os
:
osx
language
:
c
compiler
:
clang
# Testing under macOS is optional until testing stability has been demonstrated.
...
...
@@ -79,7 +83,8 @@ matrix:
# Python 3 is needed for Argument Clinic and multissl
-
HOMEBREW_NO_AUTO_UPDATE=1 brew install xz python3
-
export PATH=$(brew --prefix)/bin:$(brew --prefix)/sbin:$PATH
-
os
:
linux
-
name
:
"
Test
code
coverage
(Python)"
os
:
linux
language
:
c
compiler
:
gcc
env
:
OPTIONAL=true
...
...
@@ -101,7 +106,8 @@ matrix:
# Make the `coverage` command available to Codecov w/ a version of Python that can parse all source files.
-
source ./venv/bin/activate
-
bash <(curl -s https://codecov.io/bash)
-
os
:
linux
-
name
:
"
Test
code
coverage
(C)"
os
:
linux
language
:
c
compiler
:
gcc
env
:
OPTIONAL=true
...
...
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