Skip to content

Commit

Permalink
[BugFix] Switch to Python 3.8 for travis builds (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Jun 14, 2024
1 parent a5bc535 commit 008d408
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,7 +1,7 @@
language: python
sudo: false
python:
- '3.7'
- '3.8'
install:
- pip install -r requirements.txt
- pip install coverage==4.5.4
Expand Down

0 comments on commit 008d408

Please sign in to comment.