no need to install requirements.txt

This commit is contained in:
Daniel Graña 2020-03-27 02:22:05 -03:00
parent 02206e5ffe
commit 0699e6bb16
1 changed files with 0 additions and 5 deletions

View File

@ -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