diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-10-04 21:16:47 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-10-04 21:22:14 +0200 |
commit | 3265ade33ce8124939cbf0c429e818d0cdca9f96 (patch) | |
tree | 391e480d6f2adabd53b669f2fd222d97081dd050 /.travis.yml | |
parent | Backport the one test that was present in glucometerutils. (diff) | |
download | freestyle-hid-3265ade33ce8124939cbf0c429e818d0cdca9f96.tar freestyle-hid-3265ade33ce8124939cbf0c429e818d0cdca9f96.tar.gz freestyle-hid-3265ade33ce8124939cbf0c429e818d0cdca9f96.tar.bz2 freestyle-hid-3265ade33ce8124939cbf0c429e818d0cdca9f96.tar.lz freestyle-hid-3265ade33ce8124939cbf0c429e818d0cdca9f96.tar.xz freestyle-hid-3265ade33ce8124939cbf0c429e818d0cdca9f96.tar.zst freestyle-hid-3265ade33ce8124939cbf0c429e818d0cdca9f96.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f219e0d..fb34a87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: - python: 3.9-dev install: - - pip install .[dev] + - pip install .[dev,tools] script: - pytest $PYTEST_OPTIONS |