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 4f67f04 commit 7b0e871Copy full SHA for 7b0e871
.travis.yml
@@ -31,6 +31,9 @@ install:
31
- cd ..
32
- sudo python3 setup.py --quiet install
33
- 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
37
38
script:
39
python3 -m unittest discover -s bald.tests -v
0 commit comments