We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f773b4c commit 80b038fCopy full SHA for 80b038f
.travis.yml
@@ -1,7 +1,6 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.3"
5
- "3.4"
6
- "3.5"
7
- "3.6"
setup.py
@@ -80,7 +80,7 @@ def _stamp_version(filename):
80
package_data={'git.test': ['fixtures/*']},
81
package_dir={'git': 'git'},
82
license="BSD License",
83
- python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*',
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
84
requires=['gitdb2 (>=2.0.0)'],
85
install_requires=install_requires,
86
test_requirements=test_requires + install_requires,
@@ -107,7 +107,6 @@ def _stamp_version(filename):
107
"Programming Language :: Python :: 2",
108
"Programming Language :: Python :: 2.7",
109
"Programming Language :: Python :: 3",
110
- "Programming Language :: Python :: 3.3",
111
"Programming Language :: Python :: 3.4",
112
"Programming Language :: Python :: 3.5",
113
"Programming Language :: Python :: 3.6",
tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py33,py34,py35,py36,flake8
+envlist = py27,py34,py35,py36,flake8
[testenv]
commands = nosetests {posargs}
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments