Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
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
docker-py
Commits
23c5c001
Unverified
Kaydet (Commit)
23c5c001
authored
May 05, 2019
tarafından
Joffrey F
Kaydeden (comit)
GitHub
May 05, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #2329 from docker/end_3.4_support
End Python 3.4 support
üst
e2c1c9ca
bdc954b0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
9 deletions
+5
-9
.travis.yml
.travis.yml
+0
-2
setup.py
setup.py
+3
-3
test-requirements.txt
test-requirements.txt
+1
-2
tox.ini
tox.ini
+1
-1
win32-requirements.txt
win32-requirements.txt
+0
-1
No files found.
.travis.yml
Dosyayı görüntüle @
23c5c001
...
...
@@ -4,8 +4,6 @@ matrix:
include
:
-
python
:
2.7
env
:
TOXENV=py27
-
python
:
3.4
env
:
TOXENV=py34
-
python
:
3.5
env
:
TOXENV=py35
-
python
:
3.6
...
...
setup.py
Dosyayı görüntüle @
23c5c001
...
...
@@ -4,7 +4,8 @@ from __future__ import print_function
import
codecs
import
os
from
setuptools
import
setup
,
find_packages
from
setuptools
import
find_packages
from
setuptools
import
setup
ROOT_DIR
=
os
.
path
.
dirname
(
__file__
)
SOURCE_DIR
=
os
.
path
.
join
(
ROOT_DIR
)
...
...
@@ -71,7 +72,7 @@ setup(
install_requires
=
requirements
,
tests_require
=
test_requirements
,
extras_require
=
extras_require
,
python_requires
=
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
,
python_requires
=
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
, !=3.4.*
'
,
zip_safe
=
False
,
test_suite
=
'tests'
,
classifiers
=
[
...
...
@@ -83,7 +84,6 @@ setup(
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
...
...
test-requirements.txt
Dosyayı görüntüle @
23c5c001
coverage
==4.5.2
flake8
==3.6.0; python_version != '3.3'
flake8
==3.4.1; python_version == '3.3'
flake8
==3.6.0
mock
==1.0.1
pytest
==4.1.0
pytest-cov
==2.6.1
...
...
tox.ini
Dosyayı görüntüle @
23c5c001
[tox]
envlist
=
py27, py3
4, py3
5, py36, py37, flake8
envlist
=
py27, py35, py36, py37, flake8
skipsdist
=
True
[testenv]
...
...
win32-requirements.txt
deleted
100644 → 0
Dosyayı görüntüle @
e2c1c9ca
-r requirements.txt
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