From 4c6e01d38d104f5b997718dc0b4de41285bea8e1 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Wed, 4 Oct 2017 17:24:49 +0200 Subject: [PATCH] Run Bigfile plugin tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 34f7706d..fa6d4289 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ before_script: - openssl version -a script: - python -m pytest plugins/CryptMessage/Test + - python -m pytest plugins/Bigfile/Test - python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini before_install: - pip install -U pytest mock pytest-cov selenium