diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index 6bb59ef2155899e10ab9935f8cb58e3a1db29db1..aef7a5d5fe8c67b87bf336624864885208ed51f9 100644 --- a/gitlab/conda_build_config.yaml +++ b/gitlab/conda_build_config.yaml @@ -47,6 +47,14 @@ libogg: - 1.3.2 libtiff: - 4.0.6 +nose: + - 1.3.7 +coverage: + - 4.3.4 +sphinx: + - 1.5.6 +sphinx_rtd_theme: + - 0.2.4 pin_run_as_build: libgcc: diff --git a/templates/meta.yaml b/templates/meta.yaml index 4d500fbc17ec8d53f125acf42fd51ea74705bdd9..a426746f8948c4c3d603b7376e8d0703c97733ae 100644 --- a/templates/meta.yaml +++ b/templates/meta.yaml @@ -35,10 +35,10 @@ test: - sphinx-build -W {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -b doctest {{ project_dir }}/doc sphinx requires: - - nose - - coverage - - sphinx - - sphinx_rtd_theme + - nose {{ nose }} + - coverage {{ coverage }} + - sphinx {{ sphinx }} + - sphinx_rtd_theme {{ sphinx_rtd_theme }} <TEST_DEPS> about: