mirror of https://github.com/scrapy/scrapy.git
Try to get python3.7 by using xenial base and sudo
See https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-401756442 and https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-402045581
This commit is contained in:
parent
f4f39057cb
commit
b3cd12dc48
|
|
@ -23,6 +23,8 @@ matrix:
|
|||
env: TOXENV=py36
|
||||
- python: 3.7
|
||||
env: TOXENV=py37
|
||||
dist: xenial
|
||||
sudo: true
|
||||
- python: 3.6
|
||||
env: TOXENV=docs
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue