mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-30 11:19:24 +02:00
Wheel not wheels
This commit is contained in:
parent
db8ae7602b
commit
4b16d0937b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ before_cache:
|
|||
|
||||
install:
|
||||
- pip install coveralls
|
||||
- pip install -U wheels
|
||||
- pip install -U wheel
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-dev.txt
|
||||
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue