[tox.ini] Added python 3.8 fields

https://github.com/scrapy/scrapy/issues/4085
This commit is contained in:
Roy 2019-10-21 18:32:30 +01:00
parent 8cb53441b0
commit 3d4317bfe4
1 changed files with 11 additions and 0 deletions

11
tox.ini
View File

@ -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 =