Skip to content

Commit

Permalink
Merge pull request #110 from yangroro/master
Browse files Browse the repository at this point in the history
Add python 3.9, 3.10-dev for testing
  • Loading branch information
Parkayun authored Jul 17, 2021
2 parents 49f87b5 + 16e881f commit 83ad499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10-dev
install:
- pip install python-dateutil>=2.4.0 six>=1.9.0
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
Expand Down

0 comments on commit 83ad499

Please sign in to comment.