Wheel not wheels

This commit is contained in:
Jacob Bom 2017-06-22 16:28:13 +02:00
parent db8ae7602b
commit 4b16d0937b

View file

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