Skip to content

Commit 18373f3

Browse files
committed
Attempt to fix Travis failures with Python 3.7.x
1 parent 132563b commit 18373f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ python:
1010
- "3.8-dev" # 3.8 development branch
1111

1212
install:
13+
- pip install -U setuptools importlib-metadata
1314
- pip install -r requirements.txt
1415
- pip install .
16+
1517
script:
1618
- pytest ./tests/testsuite.py

0 commit comments

Comments
 (0)