Skip to content

Commit

Permalink
adding python 3.7 support on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
betteridiot committed Nov 27, 2018
1 parent 2ae37bd commit d739272
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy"
- "pypy3.5"

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

before_install:
- chmod +x .travis/push.sh

Expand Down

0 comments on commit d739272

Please sign in to comment.