Skip to content

Commit f3f46ef

Browse files
committed
make sure we log versions of working packages
1 parent 46853ca commit f3f46ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ before_install:
161161
PR_FIRST=$(curl --silent --show-error --location $URL | head -1 | grep -o -E '\b[0-9a-f]{40}\b' | tr -d '\n')
162162
TRAVIS_COMMIT_RANGE=$PR_FIRST^..$TRAVIS_COMMIT
163163
fi
164+
165+
- pip list
164166
# sanity check current commit
165167
- git rev-parse HEAD
166168
- echo "TRAVIS_COMMIT_RANGE=$TRAVIS_COMMIT_RANGE"
@@ -185,6 +187,7 @@ install:
185187
- if [[ $GMPY == 'true' ]]; then travis_retry pip install gmpy; fi
186188
- if [[ $GMPY2 == 'true' ]]; then travis_retry pip install gmpy2; fi
187189
- travis_retry pip install -r requirements.txt
190+
- pip list
188191
- if [[ $CC_COV == 'true' ]]; then ./cc-test-reporter before-build; fi
189192

190193
script:

0 commit comments

Comments
 (0)