diff --git a/.travis.yml b/.travis.yml
index 3fdb4cc86d247f1d10753ef102e4eb9060d30d6b..aa9fb5d361a7b08f210928ba47e52f6377c24811 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