Skip to content

Commit cc8075b

Browse files
committed
Merge pull request #43 from fwalch/travis-flake
Run flake8 after unit tests on Travis.
2 parents 7fd27e2 + 4d15dd6 commit cc8075b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ install:
2929
- export PKG_CONFIG_PATH="$prefix/usr/lib/pkgconfig"
3030
- export USE_BUNDLED_DEPS=OFF
3131
- cd nvim && make && cd ..
32-
before_script:
33-
- flake8 --exclude ./neovim/plugins neovim
3432
script:
3533
- ./nvim/scripts/run-api-tests.exp "nosetests" "./nvim/build/bin/nvim -u NONE"
3634
- NVIM_SPAWN_ARGV='["./nvim/build/bin/nvim", "-u", "NONE", "--embed"]' nosetests
37-
after_success:
35+
- flake8 --exclude ./neovim/plugins neovim
36+
after_script:
3837
- ocular

0 commit comments

Comments
 (0)