httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
33.42k stars 3.67k forks source link

Tox on Travis uses system python for -e py27 and -epy37 #688

Closed jkbrzt closed 6 years ago

jkbrzt commented 6 years ago

https://travis-ci.org/jakubroztocil/httpie/jobs/403274486

Error: python 2.7.14 is already installed
To upgrade to 3.7.0, run `brew upgrade python`
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-3.6.3, py-1.5.4, pluggy-0.6.0 -- /Users/travis/build/jakubroztocil/httpie/.tox/py37/bin/python2.7

https://travis-ci.org/jakubroztocil/httpie/jobs/403274485#L5847

==> Installing python@2
==> Downloading https://homebrew.bintray.com/bottles/python@2-2.7.15_1.sierra.bo
==> Pouring python@2-2.7.15_1.sierra.bottle.tar.gz
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-3.6.3, py-1.5.4, pluggy-0.6.0 -- /Users/travis/build/jakubroztocil/httpie/.tox/py27/bin/python
matthew16550 commented 6 years ago

706 has a fix for the 2.7 part of this. The 3.7 part should be solved by #705.