diff --git a/.appveyor.yml b/.appveyor.yml index a6e1c70..3aad94a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,6 +18,4 @@ clone_depth: 5 skip_tags: true test_script: - - "doit small_data_setup" - - "doit test_examples" - - "doit small_data_cleanup" + - "doit test_all"