mirror of https://github.com/scrapy/scrapy.git
no need to install requirements.txt
This commit is contained in:
parent
02206e5ffe
commit
0699e6bb16
|
|
@ -24,11 +24,6 @@ steps:
|
|||
versionSpec: '$(python.version)'
|
||||
displayName: 'Use Python $(python.version)'
|
||||
|
||||
- script: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
- script: |
|
||||
pip install -U tox twine wheel codecov
|
||||
tox
|
||||
|
|
|
|||
Loading…
Reference in New Issue