aiohttp-security/.travis.yml

24 lines
289 B
YAML
Raw Normal View History

2015-07-08 17:30:24 +00:00
language: python
python:
2017-01-24 20:06:19 +00:00
- 3.4.3
2015-10-29 14:05:30 +00:00
- 3.5
2017-10-10 13:44:17 +00:00
- 3.6
- 3.7-dev
2016-10-09 12:56:14 +00:00
- nightly
2015-07-08 17:30:24 +00:00
install:
2015-10-29 14:05:30 +00:00
- pip install --upgrade pip
- pip install -r requirements-dev.txt
2016-09-27 12:32:53 +00:00
- pip install codecov
2015-07-08 17:30:24 +00:00
script:
2017-01-24 22:39:39 +00:00
- make coverage
2015-07-08 17:30:24 +00:00
after_success:
2016-09-27 12:32:53 +00:00
- codecov
2015-07-08 17:30:24 +00:00
env:
matrix:
2016-09-27 12:32:53 +00:00
- PYTHONASYNCIODEBUG=x
- PYTHONASYNCIODEBUG=