Skip to content

Commit 4b16d09

Browse files
committed
Wheel not wheels
1 parent db8ae76 commit 4b16d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_cache:
2020

2121
install:
2222
- pip install coveralls
23-
- pip install -U wheels
23+
- pip install -U wheel
2424
- pip install -r requirements.txt
2525
- pip install -r requirements-dev.txt
2626
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi

0 commit comments

Comments
 (0)