mirror of https://github.com/docker/compose.git
Run flake8 in travis build
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
50a24bc3bf
commit
939406ca9d
|
@ -16,6 +16,7 @@ before_script:
|
||||||
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts create $TRAVIS_JOB_ID; fi'
|
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts create $TRAVIS_JOB_ID; fi'
|
||||||
script:
|
script:
|
||||||
- nosetests tests/unit
|
- nosetests tests/unit
|
||||||
|
- flake8 fig
|
||||||
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then script/travis-integration; fi'
|
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then script/travis-integration; fi'
|
||||||
after_script:
|
after_script:
|
||||||
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts rm -f $TRAVIS_JOB_ID; fi'
|
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then orchard hosts rm -f $TRAVIS_JOB_ID; fi'
|
||||||
|
|
Loading…
Reference in New Issue