diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-03-16 22:07:03 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-03-16 22:59:11 +0100 |
commit | a9de6f50e615cf4e68a003ee9e7a894a442f708c (patch) | |
tree | 2773644e14086c24deec4d3d0c8e44cbe187e1a8 | |
parent | Add mypy to continuous integration. (diff) | |
download | glucometerutils-a9de6f50e615cf4e68a003ee9e7a894a442f708c.tar glucometerutils-a9de6f50e615cf4e68a003ee9e7a894a442f708c.tar.gz glucometerutils-a9de6f50e615cf4e68a003ee9e7a894a442f708c.tar.bz2 glucometerutils-a9de6f50e615cf4e68a003ee9e7a894a442f708c.tar.lz glucometerutils-a9de6f50e615cf4e68a003ee9e7a894a442f708c.tar.xz glucometerutils-a9de6f50e615cf4e68a003ee9e7a894a442f708c.tar.zst glucometerutils-a9de6f50e615cf4e68a003ee9e7a894a442f708c.zip |
-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] |