mirror of https://github.com/scrapy/scrapy.git
[.travis.yml] Added python 3.8 fields
https://github.com/scrapy/scrapy/issues/4085
This commit is contained in:
parent
4e939ca75d
commit
c12a075164
|
|
@ -27,6 +27,10 @@ matrix:
|
|||
python: 3.7
|
||||
- env: TOXENV=py37-extra-deps
|
||||
python: 3.7
|
||||
- env: TOXENV=py38
|
||||
python: 3.8
|
||||
- env: TOXENV=py37-extra-deps
|
||||
python: 3.8
|
||||
- env: TOXENV=docs
|
||||
python: 3.6
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue