We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6fcc6 commit 59cabc6Copy full SHA for 59cabc6
1 file changed
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
install:
3
- pip install tox
4
- - pip install -U importlib-metadata setuptools pip
+ - pip install -U setuptools pip
5
- pip install -e .
6
matrix:
7
include:
@@ -14,6 +14,8 @@ matrix:
14
- python: "3.7"
15
env:
16
- TOX_ENV=py37
17
+ install:
18
+ - pip install -U importlib-metadata
19
- python: "3.8"
20
21
- TOX_ENV=py38
0 commit comments