From 9968e3b5ebf864a3dcf461ef33d90c312b61c962 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 19 Jun 2017 17:25:51 +0100 Subject: [PATCH] add tests for python 3.6 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.47.3