Skip to content

Commit

Permalink
move original python3 first
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Jan 26, 2020
1 parent b3001fa commit 4ed6241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
before_deploy:
- sudo apt-get update
- sudo apt-get -y install python3.5 python3.5-dev libncurses5-dev python3-pip
- sudo mv /usr/bin/python3 /usr/bin/python3-old
- sudo ln -s /usr/bin/python3.5 /usr/bin/python3
- python --version
- sudo pip3 install --upgrade setuptools
Expand Down

0 comments on commit 4ed6241

Please sign in to comment.