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:
|
2018-03-29 07:26:12 +00:00
|
|
|
- MITOGEN_LOG_LEVEL=debug PYTHONPATH=. ${TRAVIS_BUILD_DIR}/test.sh
|
2017-10-02 09:08:39 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
- docker
|