Skip to content

Commit fdcb4e9

Browse files
committed
Spit out output from conda list to check versions of packages in build
1 parent 93fdf8d commit fdcb4e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ install:
2626
- bash bin/install-fftw.sh
2727

2828
before_script:
29+
- conda list
2930
- make build
3031
- export PYTHONPATH="$TRAVIS_BUILD_DIR:$PYTHONPATH"
3132
- export LD_LIBRARY_PATH="$TRAVIS_BUILD_DIR/local/lib:$LD_LIBRARY_PATH"

0 commit comments

Comments
 (0)