From 556add6a7466c984cb08289fd092bb88ff7ede07 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 19 Dec 2017 19:35:23 +0100 Subject: [PATCH] tests: use marker, not function name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7db35ca..89fd55b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: - $PYTHON -m pip install --user --no-deps git+https://github.com/trezor/python-trezor@master script: - script/cibuild - - script/test -k 'not test_send_decred' + - script/test -k 'not skip_t1' install: - curl -LO "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"