Skip to content

Commit

Permalink
travis: add python 3.{7,8} support
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Jun 28, 2020
1 parent db8f3a9 commit eb22a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
dist: xenial
sudo: required
python:
- "2.7"
- "3.6"
- "3.7"
- "3.7-dev"
- "3.8"
- "3.8-dev"

addons:
Expand Down

0 comments on commit eb22a85

Please sign in to comment.