Skip to content

Commit

Permalink
Fixup PATH handling in travis.yml. (#462)
Browse files Browse the repository at this point in the history
Fixes #461

(h/t @CMLivingston for the discovery)
  • Loading branch information
kwlzn authored May 11, 2018
1 parent 2f953eb commit 2bbfc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
global:
# This is necessary to have consistent testing of methods that rely on falling back to PATH for
# selecting a python interpreter.
- PATH=/home/travis/build/pantsbuild/pex/.tox/py36/bin:/home/travis/build/pantsbuild/pex/.tox/py27/bin
- PATH=$PATH:$PWD/.tox/py36/bin:$PWD/.tox/py27/bin

cache:
directories:
Expand Down

0 comments on commit 2bbfc8f

Please sign in to comment.