Skip to content

Commit 3b631f8

Browse files
committed
f
1 parent b30b9ae commit 3b631f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ install:
3232
- sudo python3 setup.py --quiet install
3333
- python3 -c 'import bald; print(bald); print(bald.__version__)'
3434
- which python3
35-
- python3 -c "import numpy; print('numpy: ' + numpy.__version__); import netCDF4; print('netCDF4: ' + netCDF4.__version__); print('###')"
36-
35+
- python3 -c 'import numpy; print(numpy); print(numpy.__version__)'
36+
- python3 -c 'import netCDF4; print(netCDF4); print(netCDF4.__version__)'
3737

3838
script:
3939
python3 -m unittest discover -s bald.tests -v

0 commit comments

Comments
 (0)