File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
- sudo : false
4
-
5
3
matrix :
6
4
include :
7
5
- python : 2.7
8
6
env : TOXENV=cover
9
7
- python : 3.7
10
8
env : TOXENV=cover3
11
9
dist : xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
12
- sudo : required # required for Python 3.7 (travis-ci/travis-ci#9069)
13
10
- python : 3.7
14
11
env : TOXENV=docs
15
12
dist : xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
16
- sudo : required # required for Python 3.7 (travis-ci/travis-ci#9069)
17
13
- python : 2.7
18
14
env :
19
15
- TOXENV=py27
@@ -35,7 +31,6 @@ matrix:
35
31
- TOXENV=py37
36
32
- END_TO_END=1
37
33
dist : xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
38
- sudo : required # required for Python 3.7 (travis-ci/travis-ci#9069)
39
34
40
35
install :
41
36
- travis_retry pip install virtualenv tox pexpect
You can’t perform that action at this time.
0 commit comments