diff --git a/.travis.yml b/.travis.yml index de7e643..e7eec81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ language: python python: - - "2.7" - - "3.4" - - "3.5" - "3.6" - - "pypy" + - "3.7" + - "3.8" - "pypy3" install: python setup.py install script: python setup.py test