Skip to content

Commit

Permalink
Fix Travis again, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcabd committed Jan 10, 2023
1 parent 66444d4 commit 2990ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ matrix:
env:
- TOX_ENV=py310
install:
- pip install -U tox setuptools
- pip uninstall -y setuptools
- pip install -U tox setuptools wheel
- pip install -e .
- python: "3.11"
env:
Expand Down

0 comments on commit 2990ceb

Please sign in to comment.