2017-10-02 09:08:39 +00:00
|
|
|
sudo: required
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
|
|
|
language: python
|
2018-04-01 01:05:36 +00:00
|
|
|
cache: pip
|
2017-10-02 09:08:39 +00:00
|
|
|
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
|
|
|
|
install:
|
|
|
|
- pip install -r dev_requirements.txt
|
|
|
|
|
|
|
|
script:
|
2018-04-01 00:42:31 +00:00
|
|
|
- MITOGEN_LOG_LEVEL=debug PYTHONPATH=. ${TRAVIS_BUILD_DIR}/test
|
2017-10-02 09:08:39 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
- docker
|