mitogen/.travis.yml

32 lines
972 B
YAML
Raw Normal View History

2017-10-02 09:08:39 +00:00
sudo: required
notifications:
email: false
language: python
python:
- "2.7"
install:
- pip install -r dev_requirements.txt
script:
2017-10-16 15:23:21 +00:00
- PYTHONPATH=. timeout 05.0 python tests/call_function_test.py
- PYTHONPATH=. timeout 05.0 python tests/channel_test.py
2017-10-16 15:23:40 +00:00
- PYTHONPATH=. timeout 05.0 python tests/first_stage_test.py
2017-10-16 15:23:21 +00:00
- 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
- PYTHONPATH=. timeout 05.0 python tests/master_test.py
- PYTHONPATH=. timeout 05.0 python tests/module_finder_test.py
- PYTHONPATH=. timeout 05.0 python tests/nested_test.py
- PYTHONPATH=. timeout 05.0 python tests/responder_test.py
- PYTHONPATH=. timeout 05.0 python tests/utils_test.py
2017-10-08 11:06:45 +00:00
- PYTHONPATH=. timeout 20.0 python tests/select_test.py
2017-10-08 11:07:27 +00:00
- PYTHONPATH=. timeout 20.0 python tests/ssh_test.py
2017-10-16 15:23:21 +00:00
- PYTHONPATH=. timeout 30.0 python tests/fakessh_test.py
2017-10-02 09:08:39 +00:00
services:
- docker