Reduce build matrix
This commit is contained in:
parent
22a3bd36e1
commit
05ebfe1142
10
.travis.yml
10
.travis.yml
|
@ -2,7 +2,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7-dev
|
- 3.7
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -21,11 +21,6 @@ script:
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|
||||||
env:
|
|
||||||
matrix:
|
|
||||||
- PYTHONASYNCIODEBUG=x
|
|
||||||
- PYTHONASYNCIODEBUG=
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
user: aio-libs-bot
|
user: aio-libs-bot
|
||||||
|
@ -35,5 +30,4 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
all_branches: true
|
all_branches: true
|
||||||
python: 3.6
|
python: 3.7
|
||||||
condition: $PYTHONASYNCIODEBUG = ""
|
|
||||||
|
|
Loading…
Reference in New Issue