Added Python 3.6 to Travis configuration.

This commit is contained in:
Vinay Sajip 2017-02-19 10:13:06 +00:00
parent a719638eef
commit 796dcbebb2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
before_install: "mkdir -p $HOME/.distlib && sudo chown -R travis:travis $HOME/.distlib || true"
install: