Skip to content

Commit 939406c

Browse files
Daniel Nephindnephin
authored andcommitted
Run flake8 in travis build
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
1 parent 50a24bc commit 939406c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ before_script:
1616
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts create $TRAVIS_JOB_ID; fi'
1717
script:
1818
- nosetests tests/unit
19+
- flake8 fig
1920
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then script/travis-integration; fi'
2021
after_script:
2122
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts rm -f $TRAVIS_JOB_ID; fi'

0 commit comments

Comments
 (0)