Skip to content

Commit

Permalink
tests: Upgrade intermediate dependencies
Browse files Browse the repository at this point in the history
to solve issue with importlib-metadata version
  • Loading branch information
atodorov committed Jan 13, 2021
1 parent 23983a7 commit d75665b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,8 @@ env:
- MAKE=ci
- MAKE=check-build
install:
- pip install -r devel.txt
- pip install -U pip
- pip install -U -r devel.txt
script:
- make $MAKE

Expand Down

0 comments on commit d75665b

Please sign in to comment.