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

Commit

Permalink
test on py3.7 on Travis
Browse files Browse the repository at this point in the history
(Requires using the Xenial dist because 3.7 won't build on Trusty and
earlier)
  • Loading branch information
Wooble committed Nov 20, 2018
1 parent 4ed90ac commit 46870fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ python:
- "3.5"
- "3.6"


matrix:
include:
- python: "3.7"
dist: "xenial"
sudo: true

0 comments on commit 46870fe

Please sign in to comment.