Skip to content

Commit

Permalink
adding dependency for pytz
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshbharath committed Mar 12, 2024
1 parent fc91d44 commit f9ef7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ before_install:
- export TZ=Asia/Calcutta
install:
- pip install -r requirements.txt
- pip install pytz
# command to run tests
script:
- python test.py

0 comments on commit f9ef7c0

Please sign in to comment.