From 978a55f59dbd1b4160aed7a4471599b6a4da9fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Mon, 13 Jan 2020 15:39:06 +0100 Subject: [PATCH] Add testing for Python 3.8 as well --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52d3c5615..7a331d7f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" - "pypy3" matrix: allow_failures: @@ -16,4 +17,4 @@ install: - pip install pytest notifications: irc: "chat.freenode.net#rope" -script: pytest -v -k 'not (test_hint_parametrized_iterable or test_hint_parametrized_iterator)' +script: pytest -v