Skip to content

Commit

Permalink
test Python 3.7 on travis with xenial/sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jul 4, 2018
1 parent 742cf47 commit 5eaf0b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
cache: pip
before_cache: rm -f $HOME/.cache/pip/log/debug.log
addons:
Expand Down

0 comments on commit 5eaf0b7

Please sign in to comment.