From 8527df5a99d056ca98c235881fbc13d7e73b474d Mon Sep 17 00:00:00 2001 From: ctokheim Date: Wed, 1 Aug 2018 14:59:49 -0400 Subject: [PATCH] Add nose for unittests in travis ci yaml file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b8081de..a777dd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,6 @@ install: - conda info -a - conda env create -f environment.yml - source activate CHASMplus + - conda install nose - R --version script: "nosetests tests/"