commit | 86a29eb50f26a877d08df317d225cd245fc66859 | [log] [tgz] |
---|---|---|
author | Ian Cordasco <graffatcolmingov@gmail.com> | Wed Nov 23 17:26:13 2016 -0600 |
committer | Ian Cordasco <graffatcolmingov@gmail.com> | Wed Nov 23 18:47:28 2016 -0600 |
tree | cf123e7194adf1726252ada205b1cc0e14c30840 | |
parent | 2414cad1fc46f776d3f2e26f793e0898eaf5c6c5 [diff] |
Install tox in a virtualenv Since TravisCI has an extremely old version of PyPy, we need to use pyenv to install a more recent version. However, pyenv's shims don't persist between the install and script portions of Travis. So we have to use a virtualenv so Travis can find the tox command.