Skip to content

Commit

Permalink
Attempt #9 to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcabd committed Sep 21, 2022
1 parent 59cabc6 commit f0cdd0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
install:
- pip install tox
- pip install -U setuptools pip
- pip install -U tox
- pip install -e .
matrix:
include:
Expand All @@ -15,7 +14,8 @@ matrix:
env:
- TOX_ENV=py37
install:
- pip install -U importlib-metadata
- pip install -U tox importlib-metadata
- pip install -e .
- python: "3.8"
env:
- TOX_ENV=py38
Expand Down

0 comments on commit f0cdd0c

Please sign in to comment.