Browse Source

Added flake into integration test

main
Jordi Llonch 9 years ago
parent
commit
2f4bef5970
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -22,5 +22,7 @@ before_script:
- export PYTHONPATH=$PYTHONPATH:/usr/share/asciidoc/ - export PYTHONPATH=$PYTHONPATH:/usr/share/asciidoc/


script: script:
# Source code sanity check
- flake hyde
# Run Python tests and generate coverage statistics # Run Python tests and generate coverage statistics
- nosetests - nosetests

Loading…
Cancel
Save