Skip to content
Snippets Groups Projects

Enhancement/revise tests

Merged Daniel Scheffler requested to merge enhancement/revise_tests into master
7 files
+ 240
595
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 3
2
@@ -14,8 +14,9 @@ test_geoarray:
- source /root/miniconda3/bin/activate ci_env
# update py_tools_ds
- pip install -U py_tools_ds # FIXME Remove as soon as docker container is rebuilt
- conda install -c conda-forge cartopy # FIXME Remove as soon as docker container is rebuilt
- pip install -U py_tools_ds -q
- pip install parameterized -q # TODO remove as soon as CI runner is rebuilt
# run tests
- make nosetests
Loading