Sort .travis.yml
This commit is contained in:
parent
f1660d5011
commit
0bb2e94bf0
22
.travis.yml
22
.travis.yml
|
@ -12,19 +12,19 @@ install:
|
||||||
- pip install -r dev_requirements.txt
|
- pip install -r dev_requirements.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/call_function_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/call_function_test.py
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/channel_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/channel_test.py
|
||||||
- PYTHONPATH=. timeout 30.0 python tests/fakessh_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/id_allocation_test.py
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/id_allocation_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/importer_test.py
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/importer_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/local_test.py
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/local_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/master_test.py
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/master_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/module_finder_test.py
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/module_finder_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/nested_test.py
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/nested_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/responder_test.py
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/responder_test.py
|
- PYTHONPATH=. timeout 05.0 python tests/utils_test.py
|
||||||
- PYTHONPATH=. timeout 20.0 python tests/select_test.py
|
- PYTHONPATH=. timeout 20.0 python tests/select_test.py
|
||||||
- PYTHONPATH=. timeout 20.0 python tests/ssh_test.py
|
- PYTHONPATH=. timeout 20.0 python tests/ssh_test.py
|
||||||
- PYTHONPATH=. timeout 5.0 python tests/utils_test.py
|
- PYTHONPATH=. timeout 30.0 python tests/fakessh_test.py
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
Loading…
Reference in New Issue