From 608a8a07c11e0c9690f35412cfd9b547ed13b882 Mon Sep 17 00:00:00 2001 From: gewimmer Date: Thu, 14 Jul 2016 09:58:41 -0700 Subject: [PATCH] Update circle.yml --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 98feeb479..2987af38e 100644 --- a/circle.yml +++ b/circle.yml @@ -72,6 +72,7 @@ test: - $HOME/miniconda2/bin/python -c "from expfactory.tests import circle_ci_test; circle_ci_test('psychological_refractory_period_two_choices','web','.');" - $HOME/miniconda2/bin/python -c "from expfactory.tests import circle_ci_test; circle_ci_test('random_number_generation','web','.');" - $HOME/miniconda2/bin/python -c "from expfactory.tests import circle_ci_test; circle_ci_test('ravens','web','.');" + - $HOME/miniconda2/bin/python -c "from expfactory.tests import circle_ci_test; circle_ci_test('reward_learning','web','.');" - $HOME/miniconda2/bin/python -c "from expfactory.tests import circle_ci_test; circle_ci_test('recent_probes','web','.');" - $HOME/miniconda2/bin/python -c "from expfactory.tests import circle_ci_test; circle_ci_test('selection_optimization_compensation','web','.');" - $HOME/miniconda2/bin/python -c "from expfactory.tests import circle_ci_test; circle_ci_test('self_regulation','web','.');"