File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: python
2
2
# cache package wheels (1 cache per python version)
3
3
cache : pip
4
4
# newer python versions are available only on xenial (while some older only on trusty) Ubuntu distribution
5
- dist : xenial
5
+ dist : trusty
6
6
sudo : required
7
7
8
8
env :
@@ -12,25 +12,24 @@ jobs:
12
12
include :
13
13
- python : 2.7
14
14
- python : 3.4
15
- dist : trusty
16
15
- python : 3.5.0
17
- dist : trusty
18
16
- python : 3.5.1
19
- dist : trusty
20
17
- python : 3.5.2
21
- dist : trusty
22
18
- python : 3.5.3
23
- dist : trusty
24
19
- python : 3.5
25
- dist : trusty
26
20
- python : 3.6.0
27
21
- python : 3.6.1
28
22
- python : 3.6.2
29
23
- python : 3.6
24
+ dist : xenial
30
25
- python : 3.7.0
26
+ dist : xenial
31
27
- python : 3.7.1
28
+ dist : xenial
32
29
- python : 3.7
30
+ dist : xenial
33
31
- python : 3.8-dev
32
+ dist : xenial
34
33
35
34
- name : " check code style with flake8"
36
35
python : 3.7
You can’t perform that action at this time.
0 commit comments