Skip to content

Commit 8020433

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 parent 859ad04 commit 8020433

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

Diff for: .appveyor.yml

-9
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"

Diff for: test-requirements.txt

-1
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'

Diff for: tox.ini

+1-1
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)