Skip to content

Commit

Permalink
Merge pull request #13 from hugovk/add-3.7
Browse files Browse the repository at this point in the history
Add support for Python 3.7
  • Loading branch information
aparrish committed Nov 30, 2018
2 parents 6278b01 + e2bd984 commit 4061e1d
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .travis.yml
@@ -1,14 +1,19 @@
language: python

python:
- pypy
- pypy3
- 2.7
- 3.6
- 3.5
- 3.4
- 3.3
- 2.6
matrix:
fast_finish: true
include:
- python: pypy
- python: pypy3
- python: 3.7
dist: xenial
sudo: true
- python: 3.6
- python: 3.5
- python: 3.4
- python: 3.3
- python: 2.7
- python: 2.6

sudo: false

Expand All @@ -27,6 +32,3 @@ after_script:
- pip install pep8 pyflakes
- pep8 --statistics --count .
- pyflakes . | tee >(wc -l)

matrix:
fast_finish: true

0 comments on commit 4061e1d

Please sign in to comment.