Skip to content

Commit

Permalink
travis: avoid [frequent] timeout fails with easy_install
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeSpotRun committed May 1, 2021
1 parent 870cb47 commit 0dbeefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ install:
- sudo apt-get update
- sudo apt-get install scons python3-sphinx gettext python3-setuptools
- sudo apt-get install libblkid-dev libelf-dev libglib2.0-dev libjson-glib-dev
- sudo apt-get install clang
- sudo easy_install3 $(cat test-requirements.txt)
- sudo apt-get install clang python3-pip python3-cffi libffi-dev
- sudo pip3 install -r test-requirements.txt

compiler:
- clang
Expand Down

0 comments on commit 0dbeefe

Please sign in to comment.