diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-15 15:41:12 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-15 15:51:11 +0100 |
commit | a20bf2b343e8e30e8b3f377da210c67027a9ecf3 (patch) | |
tree | 4b49a7caa97f395502f16fcd790fdee48e7a688d | |
parent | 11f6214efeb27cc21ff0867bca91afb25e9dfa15 (diff) | |
download | libnitrokey-a20bf2b343e8e30e8b3f377da210c67027a9ecf3.tar.gz libnitrokey-a20bf2b343e8e30e8b3f377da210c67027a9ecf3.tar.bz2 |
CI: add pip-required requests package
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7dbcb38..6bf5438 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ matrix: - g++-5 - python3 - python3-pip + - python3-requests - git sources: &sources - ubuntu-toolchain-r-test |