mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 14:46:29 +01:00
Remove wheel from yamls
This commit is contained in:
parent
3ff4cc4445
commit
efbd951b74
2 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ before_cache:
|
|||
|
||||
install:
|
||||
- pip install -U codecov pytest-cov
|
||||
- pip install -U wheel
|
||||
- pip install -U -r requirements.txt
|
||||
- pip install -U -r requirements-dev.txt
|
||||
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi
|
||||
|
|
|
@ -26,7 +26,6 @@ install:
|
|||
- "python --version"
|
||||
# We need wheel installed to build wheels
|
||||
- "pip install -U codecov pytest-cov"
|
||||
- "pip install -U wheel"
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install -r requirements-dev.txt"
|
||||
|
||||
|
|
Loading…
Reference in a new issue