Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
Fixed Python3.7 image on travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viniarck committed Oct 14, 2018
1 parent b394daf commit a49fe7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7

# https://github.com/travis-ci/travis-ci/issues/9815
matrix:
include:
- python: 3.7
dist: xenial
sudo: true

install:
- pip install tox-travis
Expand Down

0 comments on commit a49fe7f

Please sign in to comment.