Fix Tox using different Python than expected on macOS (#688) (#706)

This commit is contained in:
Matthew Leather 2018-09-08 05:08:37 +12:00 committed by Jakub Roztočil
parent 55530c8c6d
commit e508c631f2
2 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,7 @@ matrix:
language: generic
env:
# Stock OSX Python
- TOXENV=py27
- TOXENV=py27-osx-builtin
- BREW_PYTHON_PACKAGE=
- os: osx
language: generic

View File

@ -21,3 +21,6 @@ commands =
--verbose \
--doctest-modules \
{posargs:./httpie ./tests}
[testenv:py27-osx-builtin]
basepython = /usr/bin/python2.7