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 f1fb714 commit 2c381ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python
sudo: required
dist: xenial
dist: bionic
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
# - pypy3

before_install:
Expand Down

0 comments on commit 2c381ba

Please sign in to comment.