8000 tweak dist · python/mypy_extensions@18ef7ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 18ef7ae

Browse files
committed
tweak dist
1 parent d06b240 commit 18ef7ae

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
# cache package wheels (1 cache per python version)
33
cache: pip
44
# newer python versions are available only on xenial (while some older only on trusty) Ubuntu distribution
5-
dist: xenial
5+
dist: trusty
66
sudo: required
77

88
env:
@@ -12,25 +12,24 @@ jobs:
1212
include:
1313
- python: 2.7
1414
- python: 3.4
15-
dist: trusty
1615
- python: 3.5.0
17-
dist: trusty
1816
- python: 3.5.1
19-
dist: trusty
2017
- python: 3.5.2
21-
dist: trusty
2218
- python: 3.5.3
23-
dist: trusty
2419
- python: 3.5
25-
dist: trusty
2620
- python: 3.6.0
2721
- python: 3.6.1
2822
- python: 3.6.2
2923
- python: 3.6
24+
dist: xenial
3025
- python: 3.7.0
26+
dist: xenial
3127
- python: 3.7.1
28+
dist: xenial
3229
- python: 3.7
30+
dist: xenial
3331
- python: 3.8-dev
32+
dist: xenial
3433

3534
- name: "check code style with flake8"
3635
python: 3.7

0 commit comments

Comments
 (0)
0