Skip to content

Commit a7295e1

Browse files
authored
PYTHON-1294: Upgrade importlib-metadata to a much newer version
1 parent 9e49049 commit a7295e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python:
77
- "3.5"
88
- "3.6"
99
- "3.7"
10+
- "3.8"
1011
- "pypy2.7-6.0"
1112
- "pypy3.5"
1213

@@ -24,7 +25,7 @@ addons:
2425
- libev-dev
2526

2627
install:
27-
- pip install --upgrade setuptools
28+
- pip install --upgrade setuptools importlib-metadata
2829
- pip install tox-travis
2930
- if [[ $TRAVIS_PYTHON_VERSION != pypy3.5 ]]; then pip install lz4; fi
3031

0 commit comments

Comments
 (0)