Skip to content

Commit

Permalink
Attempting to install pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
zlmink committed Nov 23, 2020
1 parent 1cc4c9e commit 2bb2fdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ cache: # see https://docs.travis-ci.com/user/caching/
- directories:
- $HOME/.cache

addons:
apt:
packages:
- python3-pip

before_install:
- mkdir $HOME/usr
- export PATH="$HOME/usr/bin:$PATH"
Expand Down

0 comments on commit 2bb2fdc

Please sign in to comment.