mirror of https://github.com/scrapy/scrapy.git
CI: remove non-ASCII chars from tox.ini
This commit is contained in:
parent
68520ec704
commit
39077379f0
2
tox.ini
2
tox.ini
|
|
@ -115,7 +115,7 @@ deps = {[testenv:py35]deps}
|
||||||
basepython = python3.8
|
basepython = python3.8
|
||||||
deps = {[testenv:py35]deps}
|
deps = {[testenv:py35]deps}
|
||||||
|
|
||||||
; Will not work due to “requires = virtualenv<20.22.0” above, which is required
|
; Will not work due to "requires = virtualenv<20.22.0" above, which is required
|
||||||
; for py2.7 to work.
|
; for py2.7 to work.
|
||||||
; [testenv:pypy3]
|
; [testenv:pypy3]
|
||||||
; basepython = pypy3
|
; basepython = pypy3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue