diff --git a/.travis.yml b/.travis.yml index 6dc5cac..bd290f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: python python: - '2.7' - - '3.5' - '3.6' + - '3.7' + - '3.8' - 'pypy' - 'pypy3' cache: pip