Skip to content

Commit

Permalink
Merge pull request #107 from AzureAD/python38
Browse files Browse the repository at this point in the history
Enable Python 3.8 in test automation
  • Loading branch information
rayluo committed Oct 15, 2019
2 parents 5b5e8de + eb80b95 commit d640457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ matrix:
- python: 3.7
dist: xenial
sudo: true
- python: 3.8
dist: xenial
sudo: true

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit d640457

Please sign in to comment.