File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- sudo : false
1
+ dist : xenial
2
2
language : python
3
3
python : " 2.7"
4
4
5
5
matrix :
6
6
include :
7
- - env : TOXENV=py27-pytestlatest-linters
8
- - env : TOXENV=py27-pytest29
7
+ - python : " 2.7 "
8
+ env : TOXENV=py27-pytestlatest-linters
9
9
- env : TOXENV=py27-pytest30
10
10
- env : TOXENV=py27-pytest31
11
11
- env : TOXENV=py27-pytest32
@@ -30,17 +30,16 @@ matrix:
30
30
python : " 3.6"
31
31
- env : TOXENV=py37-pytestlatest
32
32
python : " 3.7"
33
- # Currently, python 3.7 is a little bit tricky to install:
34
- # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
35
- sudo : required
36
- dist : xenial
37
33
- env : TOXENV=py27-pytestlatest-coveralls
38
- install :
39
- - pip install tox
34
+
35
+ install : pip install tox
36
+
40
37
script : tox --recreate
38
+
41
39
branches :
42
40
except :
43
41
- /^\d/
42
+
44
43
notifications :
45
44
email :
46
45
You can’t perform that action at this time.
0 commit comments