Permalink
Browse files

implementing Travis CI solution for Python 3.7 described in travis-ci…

  • Loading branch information...
shawnmjones committed Aug 17, 2018
1 parent 1becb56 commit f2a94786991fd9d28192961c613a4e1e41c3e7bc
Showing with 5 additions and 2 deletions.
  1. +5 −2 .travis.yml
@@ -1,7 +1,10 @@
language: python

python:
- "3.6"
python: 3.7

dist: xenial

sudo: true

branches:
only:

0 comments on commit f2a9478

Please sign in to comment.