From aad2bc8e8ac9732adb9aa6ecb5e8463f8c42ca1b Mon Sep 17 00:00:00 2001 From: Julia Signell Date: Mon, 28 Jan 2019 12:38:36 -0500 Subject: [PATCH] Using new doit commands --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 25053f1..a6e1c70 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,5 +18,6 @@ clone_depth: 5 skip_tags: true test_script: - - "doit before_test" + - "doit small_data_setup" - "doit test_examples" + - "doit small_data_cleanup"