Skip to content

Commit

Permalink
Updapting travis importlib_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Aug 9, 2022
1 parent 8c99017 commit 69ba6dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ deploy:
python: 3.6
repo: pyupio/dparse
tags: true
install: pip install -U tox-travis
install:
- pip install -U tox-travis
- pip install -U importlib_metadata
language: python
python:
- 3.8
Expand Down

0 comments on commit 69ba6dc

Please sign in to comment.