From 2a3b02649a799ed0bcfa4b98e0bbb5a3bcea4f3c Mon Sep 17 00:00:00 2001 From: Peter Schafhalter Date: Thu, 19 Jul 2018 17:18:13 -0700 Subject: [PATCH] Add queue test to xray tests (#2433) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 21a1ec213..fafa2fbea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,6 +126,7 @@ matrix: # - python python/ray/local_scheduler/test/test.py # - python python/ray/global_scheduler/test/test.py + - python -m pytest python/ray/test/test_queue.py - python -m pytest test/xray_test.py - python test/runtest.py