diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 96011ac..1b8e924 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ matrix: - python: 3.6 env: PRE_COMMIT=true - python: 3.7 - - python: 3.8-dev + - python: 3.8 + - python: 3.9-dev install: - pip install .[dev] |