Skip to content

Commit

Permalink
Specify pip3 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorIA committed Jan 25, 2019
1 parent 05fc548 commit d678a74
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,11 @@ language: generic

os: osx

before_install:
# Remove homebrew.
- |
echo ""
echo "Removing homebrew from Travis CI to avoid conflicts."
curl -fsSL https://github.com/raw/Homebrew/install/master/uninstall > ~/uninstall_homebrew
chmod +x ~/uninstall_homebrew
~/uninstall_homebrew -fq
rm ~/uninstall_homebrew
install:
- |
pip install --upgrade pip
pip install pyinstaller
pip install -r requirements.txt
pip3 install --upgrade pip
pip3 install pyinstaller
pip3 install -r requirements.txt
script:
- pyinstaller --noconfirm --onefile eccc.py
Expand Down

0 comments on commit d678a74

Please sign in to comment.