Skip to content

Commit

Permalink
Merge pull request #4 from bbayles/python3.7
Browse files Browse the repository at this point in the history
Python3.7 support
  • Loading branch information
bbayles committed Apr 19, 2019
2 parents f6c1b32 + d900122 commit 996ca44
Show file tree
Hide file tree
Showing 3 changed files with 3,781 additions and 2,385 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
sudo: false

language: python
dist: xenial

python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
- "3.6"
- "3.7"
- "pypy2.7-6.0"
- "pypy3.5-6.0"

install:
- pip install --upgrade setuptools coveralls
Expand Down

0 comments on commit 996ca44

Please sign in to comment.