Skip to content

Commit

Permalink
fix: try workaround to tests with python 3.7 in Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Aug 15, 2018
1 parent 218d5ca commit 60ebc0e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ python:
- 3.4
- 3.5
- 3.6
# It looks failed in Travis-CI environment.
# - 3.7
- 3.7
# .. seealso:: https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
# see: http://docs.travis-ci.com/user/caching/#pip-cache
cache: pip
#matrix:
Expand Down

0 comments on commit 60ebc0e

Please sign in to comment.