Add first_stage_test to Travis.

This commit is contained in:
David Wilson 2017-10-16 20:53:40 +05:30
parent 32cf2e1a97
commit 8cabba6965
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ install:
script: script:
- PYTHONPATH=. timeout 05.0 python tests/call_function_test.py - 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/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/id_allocation_test.py
- PYTHONPATH=. timeout 05.0 python tests/importer_test.py - PYTHONPATH=. timeout 05.0 python tests/importer_test.py
- PYTHONPATH=. timeout 05.0 python tests/local_test.py - PYTHONPATH=. timeout 05.0 python tests/local_test.py