Skip to content

Commit

Permalink
try installing python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Oct 8, 2019
1 parent 5c9be42 commit 5275825
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ r:

addons:
apt:
sources:
- deadsnakes
packages:
- libhdf5-dev
- python3.6

cache:
- packages
Expand All @@ -27,10 +30,10 @@ cache:

before_install:
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- sudo python3 get-pip.py
- sudo python3.6 get-pip.py
- mkdir -p ~/bin && export PATH=~/bin/:$PATH
- ln -s $(which python3) ~/bin/python
- ln -s $(which pip3) ~/bin/pip
- ln -s $(which python3.6) ~/bin/python
- ln -s $(which pip3.6) ~/bin/pip
- sudo pip install --upgrade pip
- pip install --user -q phate

Expand Down

0 comments on commit 5275825

Please sign in to comment.