Skip to content

Commit

Permalink
Enable Python 3.8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Oct 23, 2019
1 parent 70190db commit 767da54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: python
sudo: required
dist: bionic
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
- pypy3

install:
Expand Down

0 comments on commit 767da54

Please # to comment.