src-d / lookout-sdk

SDK for lookout analyzers
Apache License 2.0
4 stars 11 forks source link

Set pyenv version 3.6.7 in travis.yml #70

Closed carlosms closed 5 years ago

carlosms commented 5 years ago

Fix #69.

Apparently 3.6 is not available in the travis image anymore, this PR sets it to 3.6.7. Using a patch version probably means that this will break again soon, but I don't see how to fix it right now.

$ pyenv versions
  system
  2.7.15
* 3.6.7 (set by PYENV_VERSION environment variable)
  3.7
  3.7.1