mirror of https://github.com/scrapy/scrapy.git
[WIP] Run tests for Python 3.7
This commit is contained in:
parent
acd2b8d43b
commit
aca2655c12
|
|
@ -23,6 +23,8 @@ matrix:
|
|||
env: TOXENV=py36
|
||||
- python: 3.6
|
||||
env: TOXENV=docs
|
||||
- python: 3.7
|
||||
env: TOXENV=py37
|
||||
install:
|
||||
- |
|
||||
if [ "$TOXENV" = "pypy" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue