Skip to content

Commit 5452bd0

Browse files
committed
test(python3.7): Temporarily comment out tests in 3.7
1 parent aa6e290 commit 5452bd0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ python:
44
- '3.4'
55
- '3.5'
66
- '3.6'
7-
matrix:
8-
include:
9-
- python: '3.7'
10-
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
7+
# Temporarily comment, check issue: https://github.com/watson-developer-cloud/python-sdk/issues/612
8+
# matrix:
9+
# include:
10+
# - python: '3.7'
11+
# dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
1112
cache: pip
1213
before_install:
1314
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cebf25e6c525_key

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = lint, py27, py34, py35, py36, py37
2+
envlist = lint, py27, py34, py35, py36
33

44
[testenv:lint]
55
basepython = python2.7

0 commit comments

Comments
 (0)