redash_client/.travis.yml

11 строки
193 B
YAML

language: python
python:
- "2.7"
cache: pip
install:
- pip install --upgrade pip setuptools wheel
- pip install -r test_requirements.txt
script:
- make test
after_success:
- coveralls