aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2020-06-13 18:23:27 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2020-06-13 18:23:27 +0200
commitdc234d158f27a5aa385c80daa63365b3c5472944 (patch)
tree2ec48d00d1083ce5d6118bdabf119ba8bae0395d
parent24fdcd777d0144e00038aad3a572c5922e9de710 (diff)
downloadlibnitrokey-dc234d158f27a5aa385c80daa63365b3c5472944.tar.gz
libnitrokey-dc234d158f27a5aa385c80daa63365b3c5472944.tar.bz2
Move offline Python tests call to newer Ubuntu
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 703a4bb..0ad1575 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,14 +24,6 @@ matrix:
- git
sources: &sources
- ubuntu-toolchain-r-test
- script:
- - make -j2
- - ctest -VV
- - mkdir install && make install DESTDIR=install
- - pip3 install pytest --user
- - cd ../
- - pip3 install -r unittest/requirements.txt --user
- - cd unittest && python3 -m pytest -sv test_offline.py
- os: linux
dist: trusty
env: COMPILER_NAME=gcc CXX=g++-7 CC=gcc-7
@@ -52,6 +44,14 @@ matrix:
- libhidapi-dev
- g++-10
sources: *sources
+ script:
+ - make -j2
+ - ctest -VV
+ - mkdir install && make install DESTDIR=install
+ - pip3 install pytest --user
+ - cd ../
+ - pip3 install -r unittest/requirements.txt --user
+ - cd unittest && python3 -m pytest -sv test_offline.py
- os: linux
dist: trusty
env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8