Skip to content

Commit a4a4eb8

Browse files
committed
Allow versions from 3.5 to 3.8
1 parent 37e68df commit a4a4eb8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ matrix:
55
- python: 3.5
66
- python: 3.6
77
- python: 3.7
8-
dist: xenial
9-
sudo: true
8+
- python: 3.8
109

1110
# command to install dependencies
1211
#before_install:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 79
3-
target-version = ['py36', 'py37', 'py38']
3+
target-version = ['py35', 'py36', 'py37', 'py38']
44
include = '\.pyi?$'
55
exclude = '''
66
/(

0 commit comments

Comments
 (0)