Skip to content

Commit

Permalink
Move pip update and pyinstaller setup under install key
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed May 31, 2020
1 parent 2fd0e06 commit a5b73aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,10 +17,10 @@ before_install:
- brew install python3
- python3 -m venv venv
- source venv/bin/activate
- python3 -m pip install -U pip
- python3 -m pip install PyInstaller>=3.6

install:
- python3 -m pip install -U pip
- python3 -m pip install PyInstaller>=3.6
- wget https://github.com/namuan/http-rider/archive/${BUILD_VERSION}.tar.gz -O ./httprider.tar.gz
- tar -xvf ./httprider.tar.gz
- mv http-rider-${BUILD_VERSION}/* .
Expand Down

0 comments on commit a5b73aa

Please sign in to comment.