mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Remove duplicate pip upgrades
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
977fd7cac5
commit
f46e9c97ee
1 changed files with 2 additions and 3 deletions
|
|
@ -10,9 +10,8 @@ env:
|
|||
- TOXENV=py36
|
||||
|
||||
before_script:
|
||||
- pip install -U pip wheel pylint
|
||||
- pip install -U pip wheel bandit
|
||||
- pip install -U pip wheel tox
|
||||
- pip install -U pip wheel
|
||||
- pip wheel pylint bandit tox
|
||||
|
||||
script:
|
||||
- pylint tuf
|
||||
|
|
|
|||
Loading…
Reference in a new issue