Skip to content

Commit 59cabc6

Browse files
committed
Attempt #8 to fix travis build
1 parent dd6fcc6 commit 59cabc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
install:
33
- pip install tox
4-
- pip install -U importlib-metadata setuptools pip
4+
- pip install -U setuptools pip
55
- pip install -e .
66
matrix:
77
include:
@@ -14,6 +14,8 @@ matrix:
1414
- python: "3.7"
1515
env:
1616
- TOX_ENV=py37
17+
install:
18+
- pip install -U importlib-metadata
1719
- python: "3.8"
1820
env:
1921
- TOX_ENV=py38

0 commit comments

Comments
 (0)