diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-03-22 20:08:32 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-03-23 17:38:07 +0100 |
commit | 4a792f80e9e6083f712cfb0f2ebfc92c17ecdf51 (patch) | |
tree | ed3d0c9711ba4bae1fd9eca1ff10607e3098ec11 /.travis.yml | |
parent | otverio2015: remove python-scsi from dependencies. (diff) | |
download | glucometerutils-4a792f80e9e6083f712cfb0f2ebfc92c17ecdf51.tar glucometerutils-4a792f80e9e6083f712cfb0f2ebfc92c17ecdf51.tar.gz glucometerutils-4a792f80e9e6083f712cfb0f2ebfc92c17ecdf51.tar.bz2 glucometerutils-4a792f80e9e6083f712cfb0f2ebfc92c17ecdf51.tar.lz glucometerutils-4a792f80e9e6083f712cfb0f2ebfc92c17ecdf51.tar.xz glucometerutils-4a792f80e9e6083f712cfb0f2ebfc92c17ecdf51.tar.zst glucometerutils-4a792f80e9e6083f712cfb0f2ebfc92c17ecdf51.zip |
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d6f7302..5fabe5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: env: RUN_MYPY=false install: - - pip install .[dev] + - pip install .[all] addons: apt: |