diff --git a/.travis.yml b/.travis.yml index 9a7dbfb..9d76caf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: python python: - - "3.5" - "3.6" + - "3.7" + - "3.8" # command to install dependencies install: - pip install Cython