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 7654a30
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==59.6.0 #https://github.com/pypa/setuptools/issues/3293
install:
- pip install -r requirements-dev.txt
- python setup.py develop
Expand Down

0 comments on commit 7654a30

Please sign in to comment.