8000 Merge pull request #978 from sigmavirus24/fix-tests · staticdev/github4.py@6ff18be · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 6ff18be

Browse files
authored
Merge pull request sigmavirus24#978 from sigmavirus24/fix-tests
Drop python 34 support
2 parents b1d02e7 + a62e11a commit 6ff18be

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ matrix:
1717
include:
1818
- python: 2.7
1919
env: TOXENV=py27
20-
- python: 3.4
21-
env: TOXENV=py34
2220
- python: 3.5
2321
env: TOXENV=py35
2422
- python: 3.6

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ environment:
99
TOXENV: py27
1010
- PYTHON: "C:\\Python27-x64"
1111
TOXENV: py27
12-
- PYTHON: "C:\\Python34"
13-
TOXENV: py34
14-
- PYTHON: "C:\\Python34-x64"
15-
TOXENV: py34
1612
- PYTHON: "C:\\Python35"
1713
TOXENV: py35
1814
- PYTHON: "C:\\Python35-x64"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34,35,36,37,38,py},black,py{27,37}-flake8,doclint,commitlint,docstrings
2+
envlist = py{27,35,36,37,38,py},black,py{27,37}-flake8,doclint,commitlint,docstrings
33
minversion = 3.1.3
44

55
[testenv]

0 commit comments

Comments
 (0)
0