Skip to content

Commit 52a5501

Browse files
committed
Make sure we install wheel.
1 parent f06b989 commit 52a5501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ pyenv rehash
3939
python -m pip install --user virtualenv
4040
python -m virtualenv ~/.venv
4141
source ~/.venv/bin/activate
42-
pip install tox
42+
pip install -U tox wheel

0 commit comments

Comments
 (0)