We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fc933 commit 85e64eeCopy full SHA for 85e64ee
.travis.yml
@@ -1,9 +1,4 @@
1
language: python
2
-python:
3
- - "2.7"
4
- - "3.5"
5
- - "3.6"
6
- - "3.7"
7
sudo: required
8
compiler:
9
- gcc
@@ -24,14 +19,28 @@ jobs:
24
19
include:
25
20
- dist: bionic
26
21
env: BUILDTYPE=Release
22
+ python: 2.7
23
+ - dist: bionic
+ env: BUILDTYPE=Release
+ python: 3.6
27
28
env: BUILDTYPE=Debug
29
30
+ env: BUILDTYPE=Debug
31
32
- dist: xenial
33
34
35
- env: BUILDTYPE=Debug
36
37
+ python: 3.5
38
- dist: trusty
39
40
41
+ - dist: trusty
42
43
+ python: 3.4
44
45
notifications:
46
email:
0 commit comments