Skip to content

Commit 4e0f350

Browse files
Merge pull request #57 from simonjbeaumont/reorder-travis-tests
travis: Run static analysis before tests
2 parents 7a4f280 + 40984c3 commit 4e0f350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
- wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-opam.sh
88
- pip install --user flake8
99
script:
10-
- bash -ex .travis-opam.sh
1110
- flake8 --show-source --show-pep8 python
11+
- bash -ex .travis-opam.sh
1212
env:
1313
- OCAML_VERSION=4.02 PACKAGE=xapi-storage

0 commit comments

Comments
 (0)