mirror of
https://github.com/django/daphne.git
synced 2024-11-23 16:33:44 +03:00
Add auto-release for Travis
This commit is contained in:
parent
3b2fb6f78e
commit
981b6988db
28
.travis.yml
28
.travis.yml
|
@ -3,20 +3,28 @@ sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
- '3.5'
|
||||||
- "3.6"
|
- '3.6'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TWISTED="twisted==17.5.0"
|
- TWISTED="twisted==17.5.0"
|
||||||
- TWISTED="twisted"
|
- TWISTED="twisted"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install $TWISTED isort unify flake8 -e .[tests]
|
- pip install $TWISTED isort unify flake8 -e .[tests]
|
||||||
- pip freeze
|
- pip freeze
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pytest
|
- pytest
|
||||||
- flake8
|
- flake8
|
||||||
- isort --check-only --diff --recursive daphne tests
|
- isort --check-only --diff --recursive daphne tests
|
||||||
- unify --check-only --recursive --quote \" daphne tests
|
- unify --check-only --recursive --quote \" daphne tests
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: pypi
|
||||||
|
user: andrewgodwin_bot
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
distributions: sdist bdist_wheel
|
||||||
|
password:
|
||||||
|
secure: IA+dvSmMKN+fT47rgRb6zdmrExhK5QCVEDH8kheC6kAacw80ORBZKo6sMX9GQBJ3BlfhTqrzAhItHkDUxonb579rJDvmlJ7FPg7axZpsY9Fmls6q1rJC/La8iGWx20+ctberejKSH3wSwa0LH0imJXGDoKKzf1DLmk5pEEWjG2QqhKdEtyAcnzOPnDWcRCs+DKfQcMzETH7lMFN8oe3aBhHLLtcg4yA78cN5CeyyH92lmbaVp7k/b1FqXXFgf16bi5tlgLrb6DhmcnNjwLMSHRafNoPCXkWQOwh6gEHeHRR3OsHsBueyJHIikuHNrpmgpAqjYlVQ5WqmfgMlhCfRm9xL+G4G+KK9n8AJNGAszUfxVlPvMTw+nkOSd/bmxKrdCqqYnDIvDLucXJ86TstNzklfAwr3FL+wBlucRtOMLhQlHIaPTXYcNpOuh6B4ELjC+WjDGh8EdRKvcsZz7+5AS5ZaDDccuviMzQFsXVcE2d4HiosbARVrkxJ7j3MWp0OGgWVxXgRO2EQIksbgGSIjI8PqFjBqht2WT6MhVZPCc9XHUlP2CiAR5+QY8JgTIztbEDuhpgr0cRAtiHwJEAxDR9tJR/j/v4X/Pau2ZdR0C0yW77lVgD75spLL0khAnU7q+qgiF0hyQ7gRRVy0tElT0HBenVbzjzHowdJX8lSPjRg=
|
||||||
|
|
Loading…
Reference in New Issue
Block a user