Skip to content

Commit

Permalink
Add python 3.6 to travis (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw444 committed Jun 13, 2018
1 parent bf0a262 commit c9bd37a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"

install:
Expand All @@ -25,3 +26,4 @@ deploy:
password: "$PYPI_PASSWORD"
on:
tags: true
python: 3.6

0 comments on commit c9bd37a

Please sign in to comment.