Skip to content

Commit b9340ce

Browse files
author
Teseo Schneider
committed
removed CI for python 2.7
1 parent 26ad554 commit b9340ce

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ environment:
1818
PYTHON_VERSION: "3.5.x" # currently 3.5.8
1919
PYTHON_ARCH: "64"
2020

21-
- config: Release
22-
PYTHON: "C:\\Python27-x64"
23-
PYTHON_VERSION: "2.7.x" # currently 2.7.15
24-
PYTHON_ARCH: "64"
2521
install:
2622
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
2723
- "python --version"

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- "2.7"
43
- "3.5"
54
- "3.6"
65
os:

0 commit comments

Comments
 (0)