summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2016-12-02 14:16:15 +0100
committerJoris Roovers <jroovers@cisco.com>2016-12-02 14:36:20 +0100
commit9235aeb0804761391bee1d4a25ac31a2ad554095 (patch)
tree53dbe2d5bac6340b5307b0661e29ce6054a64514 /.travis.yml
parent10802a0578992ddfcf0521d0201a09f850e2508d (diff)
Improved debug mode
Debug mode (--debug) will now print all the active rules and their config values as well as the general config. Also: - get_expected(...) method in BaseTestCase can now be used to easily fetch expected output files (useful for comparing big strings). - Tweaks to run_tests.sh output and fixes to summarized test result output - pylint should now also run in Travis (fingers crossed!)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 562cb44..8bdcd47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,6 @@ python:
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
-script: "./run_tests.sh && ./run_tests.sh --pep8 && ./run_tests.sh --git"
+script: "./run_tests.sh && ./run_tests.sh --pep8 && ./run_tests.sh --lint && ./run_tests.sh --git"
after_success:
- coveralls \ No newline at end of file