From 8cabba6965f75788562e0c9c91ae7b66fc3c9648 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 16 Oct 2017 20:53:40 +0530 Subject: [PATCH] Add first_stage_test to Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 64e1b699..5b49369e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ install: script: - PYTHONPATH=. timeout 05.0 python tests/call_function_test.py - PYTHONPATH=. timeout 05.0 python tests/channel_test.py +- PYTHONPATH=. timeout 05.0 python tests/first_stage_test.py - PYTHONPATH=. timeout 05.0 python tests/id_allocation_test.py - PYTHONPATH=. timeout 05.0 python tests/importer_test.py - PYTHONPATH=. timeout 05.0 python tests/local_test.py