Skip to content

Commit 6a56546

Browse files
committed
Drop py36
1 parent 7b05d0c commit 6a56546

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ language: python
22
matrix:
33
fast_finish: true
44
include:
5-
- python: "3.6"
5+
- python: "3.7"
66
env: TOXENV=lint
7-
- python: "3.6"
8-
env: TOXENV=py36
97
- python: "3.7"
108
env: TOXENV=py37
119
- python: "3.8"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py36, py37, py38, lint
7+
envlist = py37, py38, lint
88
skip_missing_interpreters = True
99

1010
[testenv]

0 commit comments

Comments
 (0)