mirror of https://github.com/scrapy/scrapy.git
tox: set a complete envlist
This commit is contained in:
parent
f9b1494148
commit
f9e2387112
2
tox.ini
2
tox.ini
|
|
@ -4,7 +4,7 @@
|
|||
# and then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
envlist = py27
|
||||
envlist = py27-pinned,py27,py27-extra-deps,pypy2,py35,py35-pinned,py36,py37,py38,py38-extra-deps,pypy3
|
||||
# https://tox.wiki/en/4.11.3/faq.html#testing-end-of-life-python-versions
|
||||
requires = virtualenv<20.22.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue