diff --git a/.travis.yml b/.travis.yml index 4cacd63..e952beb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" + - "3.9" - "nightly" - "pypy" # TODO: Enable pypy3 once NumPy is working there, see