Skip to content

Commit 2990ceb

Browse files
committed
Fix Travis again, maybe
1 parent 66444d4 commit 2990ceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ matrix:
2828
env:
2929
- TOX_ENV=py310
3030
install:
31-
- pip install -U tox setuptools
31+
- pip uninstall -y setuptools
32+
- pip install -U tox setuptools wheel
3233
- pip install -e .
3334
- python: "3.11"
3435
env:

0 commit comments

Comments
 (0)