daphne/.travis.yml
2016-06-15 21:46:44 +02:00

18 lines
227 B
YAML

sudo: false
language: python
python:
- "3.5"
env:
global:
- PIP_RETRIES=10
- PIP_TIMEOUT=30
matrix:
- TOXENV=py27
- TOXENV=py35
install:
- travis_retry pip install tox codecov
script:
- tox
after_success:
- codecov