Skip to content

Commit

Permalink
#687 fix importlib-metadata error
Browse files Browse the repository at this point in the history
  • Loading branch information
roefem committed Jun 22, 2022
1 parent e2a4dec commit b1e4105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ python:
- "3.8"
before_install:
- pip install --upgrade pip
- pip install -U setuptools
- pip install setuptools==60.8.2 #https://github.com/pypa/setuptools/issues/3293
install:
- pip install -r requirements-dev.txt
- python setup.py develop
Expand Down

0 comments on commit b1e4105

Please sign in to comment.