mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 23:27:49 +01: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…
Reference in a new issue