Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
A
add-trailing-comma
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
add-trailing-comma
Commits
ce9e9da8
Unverified
Kaydet (Commit)
ce9e9da8
authored
Şub 25, 2019
tarafından
Anthony Sottile
Kaydeden (comit)
GitHub
Şub 25, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #67 from asottile/all-repos_autofix_all-repos-manual
Convert to parameterized list of toxenvs
üst
9e040ef6
7411969e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
16 deletions
+11
-16
azure-pipelines.yml
azure-pipelines.yml
+11
-16
No files found.
azure-pipelines.yml
Dosyayı görüntüle @
ce9e9da8
trigger
:
branches
:
include
:
[
master
,
test-me-*
]
resources
:
repositories
:
-
repository
:
asottile
type
:
github
endpoint
:
asottile-github
name
:
asottile/azure-pipeline-templates
ref
:
refs/tags/v0.0.
3
ref
:
refs/tags/v0.0.
4
jobs
:
-
template
:
job--python-tox.yml@asottile
parameters
:
{
tox
:
py27
,
os
:
windows
}
-
template
:
job--python-tox.yml@asottile
parameters
:
{
tox
:
py37
,
os
:
windows
}
-
template
:
job--python-tox.yml@asottile
parameters
:
{
tox
:
pypy
,
os
:
linux
}
-
template
:
job--python-tox.yml@asottile
parameters
:
{
tox
:
pypy3
,
os
:
linux
}
-
template
:
job--python-tox.yml@asottile
parameters
:
{
tox
:
py27
,
os
:
linux
}
-
template
:
job--python-tox.yml@asottile
parameters
:
{
tox
:
py36
,
os
:
linux
}
-
template
:
job--python-tox.yml@asottile
parameters
:
{
tox
:
py37
,
os
:
linux
}
parameters
:
toxenvs
:
[
py27
,
py37
]
os
:
windows
-
template
:
job--python-tox.yml@asottile
parameters
:
{
tox
:
py38
,
os
:
linux
}
parameters
:
toxenvs
:
[
pypy
,
pypy3
,
py27
,
py36
,
py37
,
py38
]
os
:
linux
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