mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Add Travis CI config
This commit is contained in:
parent
bac3c14bfa
commit
f85be12408
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install unittest2; fi
|
||||
- pip install asgiref twisted autobahn
|
||||
script: if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then python -m unittest2; else python -m unittest; fi
|
|
@ -1,6 +1,9 @@
|
|||
daphne
|
||||
======
|
||||
|
||||
.. image:: https://api.travis-ci.org/andrewgodwin/daphne.svg
|
||||
:target: https://travis-ci.org/andrewgodwin/daphne
|
||||
|
||||
Daphne is a HTTP, HTTP2 and WebSocket protocol server for
|
||||
`ASGI <http://channels.readthedocs.org/en/latest/asgi.html>`_, and developed
|
||||
to power Django Channels.
|
||||
|
|
Loading…
Reference in New Issue
Block a user