Skip to content

Commit 379937c

Browse files
authored
CI: Bump python version and fix pip install (#6)
See pypa/setuptools#3293
1 parent 879bdb8 commit 379937c

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
@@ -1,11 +1,12 @@
11
dist: xenial
2-
cache: pip
32
language: python
43
python:
54
- "3.6"
65
- "3.7"
76
- "3.8"
7+
- "3.9"
88
install:
99
- pip install -r requirements-dev.txt
10+
- pip install --upgrade 'importlib-metadata > 4'
1011
- pip install .
1112
script: pytest tests/

0 commit comments

Comments
 (0)