Skip to content

Commit

Permalink
Merge pull request #20 from samuelcolvin/test-py3.6
Browse files Browse the repository at this point in the history
add tests for python 3.6
  • Loading branch information
noahmorrison authored Jun 19, 2017
2 parents f9ae756 + 9968e3b commit e504672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- pypy

matrix:
Expand Down Expand Up @@ -46,4 +47,4 @@ deploy:
skip_upload_docs: true
on:
all_branches: true
condition: $TRAVIS_PYTHON_VERSION = "3.5"
condition: $TRAVIS_PYTHON_VERSION = "3.5"

0 comments on commit e504672

Please sign in to comment.