diff --git a/.travis.yml b/.travis.yml
index 5653f643e6d070859a6e1be8e5f983a131467616..bb778f7be5f5a4b162aab7fb9bc32bcb04d21251 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,7 @@ before_install:
script:
- if [[ "$JOB" == "check_style" ]]; then ./scripts/check_style.sh; fi
- - if [[ "$JOB" == "test" ]]; then ./scripts/tests.sh all; WITH_PYTHON3=ON ./scripts/tests.sh all; fi
+ - if [[ "$JOB" == "test" ]]; then ./scripts/tests.sh all; fi
- if [[ "$JOB" == "build_doc" ]]; then ./scripts/deploy_docs_on_travis.sh; fi;
notifications:
diff --git a/frontend/src/graph/Graph.vue b/frontend/src/graph/Graph.vue
index ed037726dda56b299953fbf9ec902fbd47960b73..e8097b1cb5c30082554dab5fb6bb04f69b94ab28 100644
--- a/frontend/src/graph/Graph.vue
+++ b/frontend/src/graph/Graph.vue
@@ -3,8 +3,11 @@