Skip to content

Commit

Permalink
Use xenail as the distro for python 3.7 testing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmrk committed Jul 6, 2018
1 parent d4d2e27 commit 2f2ed35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
dist: xenial
sudo: required

language: python
python:
- "3.6"
- "3.7"

install: pip install tox-travis
script: tox

0 comments on commit 2f2ed35

Please sign in to comment.