Skip to content

Commit d640457

Browse files
authored
Merge pull request #107 from AzureAD/python38
Enable Python 3.8 in test automation
2 parents 5b5e8de + eb80b95 commit d640457

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ matrix:
1111
- python: 3.7
1212
dist: xenial
1313
sudo: true
14+
- python: 3.8
15+
dist: xenial
16+
sudo: true
1417

1518
install:
1619
- pip install -r requirements.txt

0 commit comments

Comments
 (0)