Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
Darwcss
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
Darwcss
Commits
0088900c
Kaydet (Commit)
0088900c
authored
Ock 01, 2019
tarafından
Batuhan Osman TASKAYA
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix flake8 command
üst
69d6a8d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
Jenkinsfile
+1
-1
setup.py
setup.py
+1
-1
No files found.
Jenkinsfile
Dosyayı görüntüle @
0088900c
...
...
@@ -22,7 +22,7 @@ pipeline {
stage
(
'flake8'
)
{
steps
{
sh
""". .venv/bin/activate
flake8 --max-complexity 7 --output-file
--ignore E501,F402 flake8_results.txt
darwcss/
flake8 --max-complexity 7 --output-file
flake8_results.txt --ignore E501,F402
darwcss/
[ -f flake8_results.txt ] && flake8_junit flake8_results.txt test_flake8.xml;rm flake8_results.txt
"""
}
...
...
setup.py
Dosyayı görüntüle @
0088900c
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"darwcss"
,
version
=
"0.
2.
3"
,
version
=
"0.3"
,
author
=
"BTaskaya"
,
author_email
=
"batuhanosmantaskaya@gmail.com"
,
packages
=
find_packages
(),
...
...
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