We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66444d4 commit 2990cebCopy full SHA for 2990ceb
1 file changed
.travis.yml
@@ -28,7 +28,8 @@ matrix:
28
env:
29
- TOX_ENV=py310
30
install:
31
- - pip install -U tox setuptools
+ - pip uninstall -y setuptools
32
+ - pip install -U tox setuptools wheel
33
- pip install -e .
34
- python: "3.11"
35
0 commit comments