Skip to content

Commit 7b0e871

Browse files
committed
debug travis
1 parent 4f67f04 commit 7b0e871

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
@@ -31,6 +31,9 @@ install:
3131
- cd ..
3232
- sudo python3 setup.py --quiet install
3333
- python3 -c 'import bald; print(bald); print(bald.__version__)'
34+
- which python3
35+
- python3 -c 'import numpy; print(numpy.__version__); import netCDF4; print(netCDF4.__version__'
36+
>>>>>>> debug travis
3437

3538
script:
3639
python3 -m unittest discover -s bald.tests -v

0 commit comments

Comments
 (0)