mirror of https://github.com/scrapy/scrapy.git
[tox.ini] Added python 3.8 fields
https://github.com/scrapy/scrapy/issues/4085
This commit is contained in:
parent
8cb53441b0
commit
3d4317bfe4
11
tox.ini
11
tox.ini
|
|
@ -92,6 +92,10 @@ deps = {[testenv:py35]deps}
|
|||
basepython = python3.7
|
||||
deps = {[testenv:py35]deps}
|
||||
|
||||
[testenv:py38]
|
||||
basepython = python3.8
|
||||
deps = {[testenv:py35]deps}
|
||||
|
||||
[testenv:pypy3]
|
||||
basepython = pypy3
|
||||
deps = {[testenv:py35]deps}
|
||||
|
|
@ -128,6 +132,13 @@ deps =
|
|||
reppy
|
||||
robotexclusionrulesparser
|
||||
|
||||
[testenv:py38-extra-deps]
|
||||
basepython = python3.8
|
||||
deps =
|
||||
{[testenv:py35]deps}
|
||||
reppy
|
||||
robotexclusionrulesparser
|
||||
|
||||
[testenv:py27-extra-deps]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in New Issue