File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,22 @@ matrix:
17
17
include :
18
18
- python : 2.7
19
19
env : TOXENV=py27
20
- - python : 3.4
21
- env : TOXENV=py34
22
20
- python : 3.5
23
21
env : TOXENV=py35
24
22
- python : 3.6
25
23
env : TOXENV=py36
26
24
- python : 3.7
27
25
env : TOXENV=py37
28
- dist : xenial # required for Python >= 3.7
26
+ - python : 3.8
27
+ env : TOXENV=py38
29
28
- python : nightly
30
29
env : TOXENV=py38
31
- dist : xenial # required for Python >= 3.7
32
30
- python : pypy
33
31
env : TOXENV=pypy
34
32
- python : 2.7
35
33
env : TOXENV=py27-flake8
36
- - python : 3.7
37
- dist : xenial # required for Python >= 3.7
38
- env : TOXENV=py37-flake8
34
+ - python : 3.8
35
+ env : TOXENV=py38-flake8
39
36
- env : TOXENV=docstrings
40
37
- env : TOXENV=notebooks
41
38
- env : TOXENV=readme
@@ -45,5 +42,3 @@ matrix:
45
42
allow_failures :
46
43
- env : TOXENV=docstrings
47
44
- env : TOXENV=notebooks
48
-
49
- sudo : false
You can’t perform that action at this time.
0 commit comments