tests: use marker, not function name

This commit is contained in:
Pavol Rusnak 2017-12-19 19:35:23 +01:00
parent 4f26db43e3
commit 556add6a74
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

View File

@ -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"