Skip to content

Commit

Permalink
Force python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lithp committed Apr 26, 2018
1 parent b120d83 commit cade93b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ before_install:
- setup_apt
- curl https://install.citusdata.com/community/deb.sh | sudo bash
- nuke_pg
- pyenv versions
- pyenv global 3.6
- sudo apt-get install python3-pip
- sudo pip3 install --upgrade pip
- python --version
- python3 --version
- pyenv versions
install:
- install_uncrustify
- install_pg
Expand Down

0 comments on commit cade93b

Please sign in to comment.