summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 980bbf5e9..ba8300756 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,9 +45,9 @@ before_install:
install:
- pip install --user flake8
-before_script:
- # Check the style of a subset of Python code until the other code is updated.
- - flake8 update.py ./scripts/*
+#before_script:
+# # Check the style of a subset of Python code until the other code is updated.
+# - flake8 update.py ./scripts/*
script:
- cmake . -DCMAKE_C_FLAGS="$COMPILER_FLAGS" -DCMAKE_CXX_FLAGS="$COMPILER_FLAGS"