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

Add Python 3.8 to the CI matrix #58

Merged
merged 1 commit into from
Apr 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python
matrix:
include:
- python: 3.8
dist: xenial
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Xenial is currently the default, but pinning it since it won't be the default forever.

- python: 3.7
dist: xenial
sudo: true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sudo: true is the default.

- python: 3.6
dist: xenial

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==18.9b0
flake8==3.6.0
flake8==3.7.9
flake8-pyi==18.3.1
pytest==4.0.0
mypy==0.770