We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15118c8 commit 5359ea0Copy full SHA for 5359ea0
1 file changed
.travis.yml
@@ -2,12 +2,9 @@ language: python
2
python:
3
- "3.5"
4
- "3.6"
5
+ - "3.7"
6
- "3.8"
7
- "pypy3.5-5.10.1"
-matrix:
8
- fast_finish: true
9
- include:
10
- - { python: "3.7", dist: xenial, sudo: true }
11
install:
12
- pip install -r requirements-dev.txt
13
# mypy can't be installed on pypy
0 commit comments