Skip to content

Commit

Permalink
Broken case, with logging
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 3, 2020
1 parent 6fa40dc commit 3a05790
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
- TAHOE_LAFS_HYPOTHESIS_PROFILE=ci

install:
- python -m virtualenv --version
- python -m pip --version

# ~/.local/bin is on $PATH by default, but on OS-X, --user puts it elsewhere
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then export PATH=$HOME/Library/Python/2.7/bin:$PATH; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then wget https://bootstrap.pypa.io/get-pip.py && sudo python ./get-pip.py; fi
Expand All @@ -26,6 +29,8 @@ script:
set -eo pipefail
if [ "${T}" = "py35" ]; then
python3 -m compileall -f -x tahoe-depgraph.py .
elif [ "${T}" = "pyinstaller" ]; then
tox -e ${T} -vvv
else
tox -e ${T}
fi
Expand Down

0 comments on commit 3a05790

Please sign in to comment.