mirror of
https://github.com/django/daphne.git
synced 2025-04-23 02:02:09 +03:00
18 lines
227 B
YAML
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
|