File tree 1 file changed +18
-16
lines changed
1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ language: python
2
2
python :
3
3
- " 2.7"
4
4
- " 3.4"
5
- - " 3.5.5"
6
- - " 3.6"
7
- - " 3.7"
8
- - " pypy"
9
- - " pypy3"
5
+ # - "3.5.5"
6
+ # - "3.6"
7
+ # - "pypy"
8
+ # - "pypy3"
10
9
install : " pip install -r requirements/core.txt;pip install -r requirements/test.txt"
11
10
before_script : " pep8"
12
11
addons :
@@ -22,14 +21,17 @@ stages:
22
21
23
22
jobs :
24
23
include :
25
- - stage : ' Integration tests'
26
- env : SDK=python
27
- language : python
28
- before_install : skip
29
- install :
30
- - " pip install awscli"
31
- before_script :
32
- - " aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
33
- script :
34
- - " ci/trigger_fullstack-sdk-compat.sh"
35
- after_success : skip
24
+ # - stage: 'Integration tests'
25
+ # env: SDK=python
26
+ # language: python
27
+ # before_install: skip
28
+ # install:
29
+ # - "pip install awscli"
30
+ # before_script:
31
+ # - "aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
32
+ # script:
33
+ # - "ci/trigger_fullstack-sdk-compat.sh"
34
+ # after_success: skip
35
+ - stage : ' Test'
36
+ dist : xenial
37
+ python : " 3.7"
You can’t perform that action at this time.
0 commit comments