aiohttp-security/.travis.yml

22 lines
269 B
YAML

language: python
python:
- 3.4.3
- 3.5
- nightly
install:
- pip install --upgrade pip
- pip install -r requirements-dev.txt
- pip install codecov
script:
- make coverage
after_success:
- codecov
env:
matrix:
- PYTHONASYNCIODEBUG=x
- PYTHONASYNCIODEBUG=