mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
17 lines
231 B
YAML
17 lines
231 B
YAML
sudo: false
|
|
|
|
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.4"
|
|
- "3.5"
|
|
|
|
env:
|
|
- TWISTED_RELEASE="twisted"
|
|
- TWISTED_RELEASE="twisted==17.1.0"
|
|
|
|
install: pip install $TWISTED_RELEASE -e .[tests]
|
|
|
|
script: python -m unittest discover
|