Commit c58d7f51 authored by David Wilson's avatar David Wilson

Bare minimum .travis.yml.

parent bee1a86a
sudo: required
notifications:
email: false
language: python
python:
- "2.7"
install:
- pip install -r dev_requirements.txt
script:
- PYTHONPATH=. timeout 5.0 python tests/call_function_test.py
- PYTHONPATH=. timeout 5.0 python tests/channel_test.py
- PYTHONPATH=. timeout 5.0 python tests/fakessh_test.py
- PYTHONPATH=. timeout 5.0 python tests/id_allocation_test.py
- PYTHONPATH=. timeout 5.0 python tests/importer_test.py
- PYTHONPATH=. timeout 5.0 python tests/local_test.py
- PYTHONPATH=. timeout 5.0 python tests/master_test.py
- PYTHONPATH=. timeout 5.0 python tests/module_finder_test.py
- PYTHONPATH=. timeout 5.0 python tests/nested_test.py
- PYTHONPATH=. timeout 5.0 python tests/responder_test.py
- PYTHONPATH=. timeout 5.0 python tests/select_test.py
- PYTHONPATH=. timeout 5.0 python tests/ssh_test.py
- PYTHONPATH=. timeout 5.0 python tests/utils_test.py
services:
- docker
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment