Skip to content

Commit f0cdd0c

Browse files
committed
Attempt #9 to fix travis build
1 parent 59cabc6 commit f0cdd0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
install:
3-
- pip install tox
4-
- pip install -U setuptools pip
3+
- pip install -U tox
54
- pip install -e .
65
matrix:
76
include:
@@ -15,7 +14,8 @@ matrix:
1514
env:
1615
- TOX_ENV=py37
1716
install:
18-
- pip install -U importlib-metadata
17+
- pip install -U tox importlib-metadata
18+
- pip install -e .
1919
- python: "3.8"
2020
env:
2121
- TOX_ENV=py38

0 commit comments

Comments
 (0)