File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ language: python
22python :
33 - " 2.7"
44 - " 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"
109install : " pip install -r requirements/core.txt;pip install -r requirements/test.txt"
1110before_script : " pep8"
1211addons :
@@ -22,14 +21,17 @@ stages:
2221
2322jobs :
2423 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