We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ff94c commit a2b1739Copy full SHA for a2b1739
.travis.yml
@@ -34,5 +34,6 @@ install:
34
- which python3
35
- python3 -c "import numpy; print('numpy: ' + numpy.__version__); import netCDF4; print('netCDF4: ' + netCDF4.__version__); print('###')"
36
37
+
38
script:
39
python3 -m unittest discover -s bald.tests -v
0 commit comments