Skip to content

Commit

Permalink
Add pyenv tests
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Dec 18, 2019
1 parent 61e7984 commit 7fec2e2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@ branches:

cache: pip

jobs:
include:
- name: py3.5.3
before_install:
- sudo apt-get install -qy make build-essential libssl-dev zlib1g-dev libbz2-dev
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
- deactivate
- unset PYENV_ROOT
- curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
- export PATH="$HOME/.pyenv/bin:$PATH"
- pyenv update
- pyenv install 3.5.3
- eval "$(pyenv init -)"
- pyenv shell 3.5.3
- pyenv rehash

install:
- "sudo apt-get update -q"
- "sudo apt-get install -y python3-lxml libenchant-dev"
Expand Down

0 comments on commit 7fec2e2

Please sign in to comment.