Skip to content

Commit

Permalink
BLD: Show gcc version
Browse files Browse the repository at this point in the history
Show gcc and cland version
  • Loading branch information
bashtage committed Mar 17, 2018
1 parent b17a605 commit 90300de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ before_install:
- export BUILD_DIR=${PWD}
- if [[ ${DOCBUILD} == true ]]; then pip install sphinx sphinx_rtd_theme guzzle_sphinx_theme ipython doctr -q; fi
- if [[ ${DOCBUILD} == true ]]; then conda install numba pandas matplotlib --quiet; fi
- gcc --version || true
- clang --version || true

install:
- python setup.py develop
Expand Down

0 comments on commit 90300de

Please sign in to comment.