From d3e88953eaf195725266554b2c2e8e18db8d3c3f Mon Sep 17 00:00:00 2001
From: Alexey Stratulat <alexey.stratulat@demlabs.net>
Date: Fri, 26 Jul 2019 18:12:53 +0700
Subject: [PATCH] [*] Fix list of tests to copy

---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3fdb4cc8..aa9fb5d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,8 +20,10 @@ script:
     - cd build
     - cmake
     - make
-    - cp ../test/* ./
-    - python3.7 main_test.py
+    - cp ../test/test_b58.py ./
+    - cp ../test/test_b64.py ./
+    - cp ../test/test_iaes256_cbc.py ./
+    - cp ../test/test_oaes.py ./
     - python3.7 test_b58.py
     - python3.7 test_b64.py
     - python3.7 test_iaes256_cbc.py
-- 
GitLab