Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 402eb84

Browse files
authored
Add Python 3.8 to the CI matrix (#58)
This also required bumping the flake8 version.
1 parent 781f1f6 commit 402eb84

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
language: python
22
matrix:
33
include:
4+
- python: 3.8
5+
dist: xenial
46
- python: 3.7
57
dist: xenial
6-
sudo: true
78
- python: 3.6
9+
dist: xenial
810

911
notifications:
1012
email: false

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==18.9b0
2-
flake8==3.6.0
2+
flake8==3.7.9
33
flake8-pyi==18.3.1
44
pytest==4.0.0
55
mypy==0.770

0 commit comments

Comments
 (0)