From 341a235e86581e1872442adbbf51f836c7aba61d Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Wed, 4 Nov 2015 22:34:28 +0100 Subject: [PATCH] Test with even newer Python versions 3.5 is stable now so it's good to make sure we're compatible, development versions are good to detect incompatibilities as early as possible. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0900835..71d3cd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" + - "3.5-dev" + - "nightly" - "pypy" install: - pip install pytest --use-mirrors