Skip to content

Commit

Permalink
Merge pull request #57 from simonjbeaumont/reorder-travis-tests
Browse files Browse the repository at this point in the history
travis: Run static analysis before tests
  • Loading branch information
simonjbeaumont committed Sep 29, 2015
2 parents 7a4f280 + 40984c3 commit 4e0f350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
- pip install --user flake8
script:
- bash -ex .travis-opam.sh
- flake8 --show-source --show-pep8 python
- bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.02 PACKAGE=xapi-storage

0 comments on commit 4e0f350

Please sign in to comment.