Skip to content

Commit

Permalink
Travisのテストで、Python3.9に対応させる (#245)
Browse files Browse the repository at this point in the history
* update travis for python 3.9

* poetry update
  • Loading branch information
yuji38kwmt committed Mar 3, 2021
1 parent b9d27fa commit b752015
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 130 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install poetry
- poetry install
Expand Down

0 comments on commit b752015

Please sign in to comment.