From: Samuel Colvin Date: Mon, 19 Jun 2017 16:25:51 +0000 (+0100) Subject: add tests for python 3.6 X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=9968e3b5ebf864a3dcf461ef33d90c312b61c962;p=chevron.git add tests for python 3.6 --- diff --git a/.travis.yml b/.travis.yml index e501331..36445d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - '3.3' - '3.4' - '3.5' + - '3.6' - pypy matrix: @@ -46,4 +47,4 @@ deploy: skip_upload_docs: true on: all_branches: true - condition: $TRAVIS_PYTHON_VERSION = "3.5" \ No newline at end of file + condition: $TRAVIS_PYTHON_VERSION = "3.5"