Skip to content

Commit

Permalink
Travis CI test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Livingston committed Oct 26, 2017
1 parent 0877ad0 commit 762e9d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ cache:
directories:
- .pyenv/

install:
- git clone https://github.com/pyenv/pyenv.git ./.pyenv

matrix:
include:
- language: python
Expand Down
1 change: 0 additions & 1 deletion pex/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ def bootstrap_python_installer():
log.info("LOGGING SUBPROCESS: %s" % p.communicate())



def ensure_python_interpreter(version):
bootstrap_python_installer()
install_location = os.getcwd() + '/.pyenv/versions/' + version
Expand Down

0 comments on commit 762e9d3

Please sign in to comment.