diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2018-11-16 00:54:10 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2018-11-16 00:54:10 +0100 |
commit | dd1336d4686819bf4f86ecece5fd321b9a91cc2a (patch) | |
tree | 117178bd7efbffcf4e67c16bcfef5a26eb2ca824 | |
parent | tests: simplify and cleanup. (diff) | |
download | glucometerutils-dd1336d4686819bf4f86ecece5fd321b9a91cc2a.tar glucometerutils-dd1336d4686819bf4f86ecece5fd321b9a91cc2a.tar.gz glucometerutils-dd1336d4686819bf4f86ecece5fd321b9a91cc2a.tar.bz2 glucometerutils-dd1336d4686819bf4f86ecece5fd321b9a91cc2a.tar.lz glucometerutils-dd1336d4686819bf4f86ecece5fd321b9a91cc2a.tar.xz glucometerutils-dd1336d4686819bf4f86ecece5fd321b9a91cc2a.tar.zst glucometerutils-dd1336d4686819bf4f86ecece5fd321b9a91cc2a.zip |
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1948c7f..a2ffb2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 3.4 - 3.5 - 3.6 + - 3.7 install: - pip install -r test-requirements.txt |