File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,16 @@ matrix:
25
25
env : TOXENV=py36
26
26
- python : 3.7
27
27
env : TOXENV=py37
28
- dist : xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
29
- sudo : required # required for Python 3.7 (travis-ci/travis-ci#9069)
28
+ dist : xenial # required for Python >= 3.7
30
29
- python : nightly
31
30
env : TOXENV=py38
32
- dist : xenial # required for Python 3.8 (travis-ci/travis-ci#9069)
33
- sudo : required # required for Python 3.8 (travis-ci/travis-ci#9069)
31
+ dist : xenial # required for Python >= 3.7
34
32
- python : pypy
35
33
env : TOXENV=pypy
36
34
- python : 2.7
37
35
env : TOXENV=py27-flake8
38
36
- python : 3.7
39
- dist : xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
40
- sudo : required # required for Python 3.7 (travis-ci/travis-ci#9069)
37
+ dist : xenial # required for Python >= 3.7
41
38
env : TOXENV=py37-flake8
42
39
- env : TOXENV=docstrings
43
40
- env : TOXENV=notebooks
You can’t perform that action at this time.
0 commit comments