Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8020433

Browse files
stsewdByron
authored andcommitted
Remove python 2 from CI
Python 2 support was dropped, there is not need to run tests in py2
1 parent859ad04 commit8020433

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

‎.appveyor.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ environment:
55
CYGWIN64_GIT_PATH:"C:\\cygwin64\\bin;%GIT_DAEMON_PATH%"
66

77
matrix:
8-
-PYTHON:"C:\\Python27"
9-
PYTHON_VERSION:"2.7"
10-
GIT_PATH:"%GIT_DAEMON_PATH%"
118
-PYTHON:"C:\\Python34-x64"
129
PYTHON_VERSION:"3.4"
1310
GIT_PATH:"%GIT_DAEMON_PATH%"
@@ -26,12 +23,6 @@ environment:
2623
MAYFAIL:"yes"
2724
GIT_PATH:"%GIT_DAEMON_PATH%"
2825
## Cygwin
29-
-PYTHON:"C:\\Miniconda-x64"
30-
PYTHON_VERSION:"2.7"
31-
IS_CONDA:"yes"
32-
IS_CYGWIN:"yes"
33-
MAYFAIL:"yes"
34-
GIT_PATH:"%CYGWIN_GIT_PATH%"
3526
-PYTHON:"C:\\Python35-x64"
3627
PYTHON_VERSION:"3.5"
3728
IS_CYGWIN:"yes"

‎test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ coverage
33
flake8
44
nose
55
tox
6-
mock; python_version=='2.7'

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist =py27,py34,py35,py36,py37,flake8
2+
envlist = py34,py35,py36,py37,flake8
33

44
[testenv]
55
commands = nosetests {posargs}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp