mirror of
https://github.com/django/daphne.git
synced 2025-07-30 00:49:44 +03:00
Merge 2f27d04c86
into 07dd777ef1
This commit is contained in:
commit
34e51424c0
16
.travis.yml
16
.travis.yml
|
@ -1,9 +1,15 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.5"
|
||||
env:
|
||||
global:
|
||||
- PIP_RETRIES=10
|
||||
- PIP_TIMEOUT=30
|
||||
matrix:
|
||||
- TOXENV=py27
|
||||
- TOXENV=py35
|
||||
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
|
||||
- travis_retry pip install tox
|
||||
script:
|
||||
- tox
|
||||
|
|
Loading…
Reference in New Issue
Block a user