We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46853ca commit f3f46efCopy full SHA for f3f46ef
.travis.yml
@@ -161,6 +161,8 @@ before_install:
161
PR_FIRST=$(curl --silent --show-error --location $URL | head -1 | grep -o -E '\b[0-9a-f]{40}\b' | tr -d '\n')
162
TRAVIS_COMMIT_RANGE=$PR_FIRST^..$TRAVIS_COMMIT
163
fi
164
+
165
+ - pip list
166
# sanity check current commit
167
- git rev-parse HEAD
168
- echo "TRAVIS_COMMIT_RANGE=$TRAVIS_COMMIT_RANGE"
@@ -185,6 +187,7 @@ install:
185
187
- if [[ $GMPY == 'true' ]]; then travis_retry pip install gmpy; fi
186
188
- if [[ $GMPY2 == 'true' ]]; then travis_retry pip install gmpy2; fi
189
- travis_retry pip install -r requirements.txt
190
191
- if [[ $CC_COV == 'true' ]]; then ./cc-test-reporter before-build; fi
192
193
script:
0 commit comments