We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2921c33 commit 7263624Copy full SHA for 7263624
.travis.yml
@@ -4,9 +4,6 @@ sudo: false # false enables container-based build for fast boot times on Linux
4
5
matrix:
6
include:
7
- - os: linux
8
- python: 3.4
9
- env: TOXENV=py34
10
- os: linux
11
python: 3.5
12
env: TOXENV=py35
@@ -22,9 +19,9 @@ matrix:
22
19
dist: xenial
23
20
env: TOXENV=py38
24
21
25
- python: 3.9-dev
26
- dist: xenial
27
- env: TOXENV=py39
+ python: 3.9-dev
+ dist: xenial
+ env: TOXENV=py39
28
# # Warning: Don't try to use code coverage analysis with pypy as it is insanely slow
29
# - os: linux
30
# python: pypy3
0 commit comments