Skip to content

Commit 7975682

Browse files
authored
Update importlib-metadata (#166)
* install latest setuptools * update importlib-metadata
1 parent 7084f10 commit 7975682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- '3.6'
44
- '3.7'
55
install:
6+
- pip install -U setuptools importlib-metadata
67
- pip install -r requirements.txt -e .[test]
78
script:
89
- python --version

0 commit comments

Comments
 (0)