Skip to content

Commit edf76da

Browse files
committed
tst: add nose
1 parent 9fe4b78 commit edf76da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
conda create -n $ENV_NAME python=3.6 pip
2828
source activate $ENV_NAME
2929
conda install -y cmake mesalib vtk pandas matplotlib \
30-
colormath nipype tbb-devel
30+
colormath nipype tbb-devel nose
3131
conda info --envs
3232
pip install -e .
3333
mkdir $vtk_cpp_tools && cd $vtk_cpp_tools && cmake ../ && make

0 commit comments

Comments
 (0)