Skip to content

Commit 69ba6dc

Browse files
committed
Updapting travis importlib_metadata
1 parent 8c99017 commit 69ba6dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ deploy:
2121
python: 3.6
2222
repo: pyupio/dparse
2323
tags: true
24-
install: pip install -U tox-travis
24+
install:
25+
- pip install -U tox-travis
26+
- pip install -U importlib_metadata
2527
language: python
2628
python:
2729
- 3.8

0 commit comments

Comments
 (0)