Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 8b748a7

Browse files
authored
Merge pull request #127 from oz123/drop-python-34
Drop Python3.4
2 parents 474e9fb + 511243a commit 8b748a7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ matrix:
1515
env: TOXENV=docs
1616
- python: 2.7
1717
env: TOXENV=coverage,codecov
18-
- python: 3.4
19-
env: TOXENV=py34
2018
- python: 3.5
2119
env: TOXENV=py35
2220
- python: 3.5

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = True
3-
envlist = py27, py34, py35, py36, py37
3+
envlist = py27, py35, py36, py37
44

55
[testenv]
66
passenv = TOXENV CI TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)