Added python3.6 support for tests

This commit is contained in:
Andrew Arendt 2017-01-10 11:20:53 -06:00
parent 88111ae6bf
commit 01b992b1a1
4 changed files with 9 additions and 5 deletions

View file

@ -8,6 +8,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- REQUIREMENTS=lowest
@ -32,7 +33,10 @@ matrix:
env: REQUIREMENTS=lowest
- python: "3.5"
env: REQUIREMENTS=lowest-simplejson
- python: "3.6"
env: REQUIREMENTS=lowest
- python: "3.6"
env: REQUIREMENTS=lowest-simplejson
install:
- pip install tox