summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2017-01-27 21:17:21 -0800
committerGitHub <noreply@github.com>2017-01-27 21:17:21 -0800
commit37cb2271dd472771b18e141c949a93c4b64d8612 (patch)
treec0094650feb942d63658e44b2b16ac6c1e1157cf
parent3fa8b6c52dac4677dc276f0085dd7b7046452d3b (diff)
parent095b3d1fd7b1a6b5d10408fab0acc169fdfdc3c1 (diff)
downloadpython-magic-37cb2271dd472771b18e141c949a93c4b64d8612.tar.gz
Merge pull request #127 from MichaelAquilina/python_3.6_support
Add python 3.6 to travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b3f03e3..e391bff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
- "nightly"
install: