Skip to content

Commit 3fedb8f

Browse files
committed
Upgrade travis config
1 parent a7222cc commit 3fedb8f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
sudo: false
1+
dist: xenial
22
language: python
33
python: "2.7"
44

55
matrix:
66
include:
7-
- env: TOXENV=py27-pytestlatest-linters
8-
- env: TOXENV=py27-pytest29
7+
- python: "2.7"
8+
env: TOXENV=py27-pytestlatest-linters
99
- env: TOXENV=py27-pytest30
1010
- env: TOXENV=py27-pytest31
1111
- env: TOXENV=py27-pytest32
@@ -30,17 +30,16 @@ matrix:
3030
python: "3.6"
3131
- env: TOXENV=py37-pytestlatest
3232
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
3733
- env: TOXENV=py27-pytestlatest-coveralls
38-
install:
39-
- pip install tox
34+
35+
install: pip install tox
36+
4037
script: tox --recreate
38+
4139
branches:
4240
except:
4341
- /^\d/
42+
4443
notifications:
4544
email:
4645

0 commit comments

Comments
 (0)