Skip to content
Snippets Groups Projects
Commit 07098495 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

pin common test dependencies

parent 897e01d1
No related branches found
No related tags found
1 merge request!63Conda package based CI
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment